SilhouetteSplitFeature.nativeObject Property

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

Description

The NativeObject is the object outside the context of an assembly and in the context of its 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

"silhouetteSplitFeature_var" is a variable referencing a SilhouetteSplitFeature object.

# Get the value of the property.
propertyValue = silhouetteSplitFeature_var.nativeObject
"silhouetteSplitFeature_var" is a variable referencing a SilhouetteSplitFeature object.
#include <Fusion/Features/SilhouetteSplitFeature.h>

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

Property Value

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

Version

Introduced in version June 2015