BRepEdge.nativeObject Property

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

Description

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

Syntax

"bRepEdge_var" is a variable referencing a BRepEdge object.

# Get the value of the property.
propertyValue = bRepEdge_var.nativeObject
"bRepEdge_var" is a variable referencing a BRepEdge object.
#include <Fusion/BRep/BRepEdge.h>

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

Property Value

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

Version

Introduced in version August 2014