MeshBody.baseOrFormFeature Property
Parent Object:
MeshBodyDefined in namespace "adsk::fusion" and the header file is <Fusion/MeshBody/MeshBody.h>
Description
This property returns the base or form feature that this mesh body is associated with. It returns null in a direct modeling design.
Syntax
"meshBody_var" is a variable referencing a MeshBody object.
# Get the value of the property. propertyValue = meshBody_var.baseOrFormFeature
|
"meshBody_var" is a variable referencing a MeshBody object.
#include <Fusion/MeshBody/MeshBody.h>
// Get the value of the property. Ptr<Base> propertyValue = meshBody_var->baseOrFormFeature();
|
Property Value
This is a read only property whose value is a
Base.
Version
Introduced in version May 2016