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