TangentRelationship.nativeObject Property

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

Description

The native object is the tangent relationship in the context of the component it was created within.

Returns null in the case where this object is not in the context of an assembly but is already the native object.

Syntax

"tangentRelationship_var" is a variable referencing a TangentRelationship object.

# Get the value of the property.
propertyValue = tangentRelationship_var.nativeObject
"tangentRelationship_var" is a variable referencing a TangentRelationship object.
#include <Fusion/Components/TangentRelationship.h>

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

Property Value

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

Version

Introduced in version May 2022