MeshBody.attributes Property
Parent Object:
MeshBodyDefined in namespace "adsk::fusion" and the header file is <Fusion/MeshBody/MeshBody.h>
Description
Returns the collection of attributes associated with this mesh body.
Syntax
"meshBody_var" is a variable referencing a MeshBody object.
# Get the value of the property. propertyValue = meshBody_var.attributes
|
"meshBody_var" is a variable referencing a MeshBody object.
#include <Fusion/MeshBody/MeshBody.h>
// Get the value of the property. Ptr<Attributes> propertyValue = meshBody_var->attributes();
|
Property Value
This is a read only property whose value is an
Attributes.
Version
Introduced in version May 2016