Path.assemblyContext Property
Parent Object:
PathDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/Path.h>
Description
This property is not supported for the Path object.
Syntax
"path_var" is a variable referencing a Path object.
# Get the value of the property. propertyValue = path_var.assemblyContext
|
"path_var" is a variable referencing a Path object.
#include <Fusion/Features/Path.h>
// Get the value of the property. Ptr<Occurrence> propertyValue = path_var->assemblyContext();
|
Property Value
This is a read only property whose value is an
Occurrence.
Version
Introduced in version November 2014