SketchFixedSpline.geometry Property

Parent Object: SketchFixedSpline
Defined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchFixedSpline.h>

Description

Returns the transient geometry of the curve which provides geometric information about the curve. The returned geometry is always in sketch space.

Because the fixed spline can be analytically defined, for example it can be the precise intersection of a surface and the sketch plane, returning a NURBS curve that represents the spline may be an approximation of the actual curve. You can use the Evaluator property of the SketchFixedSpline object to perform evaluations on the precise curve.

Syntax

"sketchFixedSpline_var" is a variable referencing a SketchFixedSpline object.

# Get the value of the property.
propertyValue = sketchFixedSpline_var.geometry
"sketchFixedSpline_var" is a variable referencing a SketchFixedSpline object.
#include <Fusion/Sketch/SketchFixedSpline.h>

// Get the value of the property.
Ptr<NurbsCurve3D> propertyValue = sketchFixedSpline_var->geometry();

Property Value

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

Version

Introduced in version August 2014