SketchCurves.sketchFittedSplines Property
Parent Object: SketchCurvesDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchCurves.h>
Description
Returns the sketch splines collection associated with this sketch. This provides access to the existing sketch splines and supports the creation of new sketch splines.
Syntax
"sketchCurves_var" is a variable referencing a SketchCurves object. |
Property Value
This is a read only property whose value is a SketchFittedSplines.Samples
| Name | Description |
| SketchFittedSplines.add | Demonstrates the SketchFittedSplines.add method. |
| 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. |
