SketchFittedSpline.nativeObject Property

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

Description

The NativeObject is the object outside the context of an assembly and in the context of it's parent component. Returns null in the case where this object is not in the context of an assembly but is already the native object.

Syntax

"sketchFittedSpline_var" is a variable referencing a SketchFittedSpline object.

# Get the value of the property.
propertyValue = sketchFittedSpline_var.nativeObject
"sketchFittedSpline_var" is a variable referencing a SketchFittedSpline object.
#include <Fusion/Sketch/SketchFittedSpline.h>

// Get the value of the property.
Ptr<SketchFittedSpline> propertyValue = sketchFittedSpline_var->nativeObject();

Property Value

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

Version

Introduced in version August 2014