SplinePoints¶
Samples the incoming points into a set of spline points.
Input Parameters¶
| Name (Relevancy & Type) | Description |
|---|---|
| SampleCount (Int32) | — |
| PreSampleSteps (Int32) | — |
| UpVector (Vector3) | — |
| Curvature (Single) | — |
| Points (StructuredList) | — |
Outputs¶
| Name | Type |
|---|---|
| OutBuffer | T3.Core.DataTypes.BufferWithViews |
| SampledPoints | T3.Core.DataTypes.StructuredList |