SketchFittedSpline.fitPoints Property
Parent Object: SketchFittedSplineDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchFittedSpline.h>
Description
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.
Syntax
"sketchFittedSpline_var" is a variable referencing a SketchFittedSpline object.
|
Property Value
This is a read only property whose value is a SketchPointList.Samples
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. |