SketchCurves.sketchFittedSplines Property

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

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

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

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.

Version

Introduced in version August 2014