Returns the set of sketch points that the spline fits through. The points include the start and end points and are returned in the same order as the spline fits through them where the first point in the list is the start point and the last point is the end point. Editing the position of these sketch points will result in editing the spline.
"sketchFittedSpline_var" is a variable referencing a SketchFittedSpline object.
|
"sketchFittedSpline_var" is a variable referencing a SketchFittedSpline object.
|
Name | Description |
Sketch spline through points creation and relative functions API Sample | Create a sketch spline with points and use some operations for spline tangent handle & curvature handle. |