MeshBody.parentComponent Property
Parent Object:
MeshBodyDefined in namespace "adsk::fusion" and the header file is <Fusion/MeshBody/MeshBody.h>
Description
Returns the parent Component.
Syntax
"meshBody_var" is a variable referencing a MeshBody object.
# Get the value of the property. propertyValue = meshBody_var.parentComponent
|
"meshBody_var" is a variable referencing a MeshBody object.
#include <Fusion/MeshBody/MeshBody.h>
// Get the value of the property. Ptr<Component> propertyValue = meshBody_var->parentComponent();
|
Property Value
This is a read only property whose value is a
Component.
Version
Introduced in version August 2014