SnapToPoints¶
Generate a new point buffer with points snapped to other points if the distance is below a threshold.
Input Parameters¶
| Name (Relevancy & Type) | Description |
|---|---|
| BlendMode (Int32) | — |
| BlendValue (Single) | — |
| Distance (Single) | — |
| MaxAmount (Single) | — |
| PointsA_ (BufferWithViews Required) | — |
| PointsB_ (BufferWithViews Required) | — |
Outputs¶
| Name | Type |
|---|---|
| OutBuffer | T3.Core.DataTypes.BufferWithViews |