SketchCurves.sketchFixedSplines Property

Parent Object: SketchCurves
Defined 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.

# Get the value of the property.
propertyValue = sketchCurves_var.sketchFixedSplines
"sketchCurves_var" is a variable referencing a SketchCurves object.
#include <Fusion/Sketch/SketchCurves.h>

// Get the value of the property.
Ptr<SketchFixedSplines> propertyValue = sketchCurves_var->sketchFixedSplines();

Property Value

This is a read only property whose value is a SketchFixedSplines.

Samples

Name Description
SketchFixedSplines.addByNurbsCurve Demonstrates the SketchFixedSplines.addByNurbsCurve method.

Version

Introduced in version August 2014