MeshManager.parent Property

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

Description

Returns the parent BRepBody, BRepFace, BRepLump, BRepShell, SculptBody, or SculptFace object.

Syntax

"meshManager_var" is a variable referencing a MeshManager object.

# Get the value of the property.
propertyValue = meshManager_var.parent
"meshManager_var" is a variable referencing a MeshManager object.
#include <Fusion/MeshData/MeshManager.h>

// Get the value of the property.
Ptr<Base> propertyValue = meshManager_var->parent();

Property Value

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

Version

Introduced in version August 2014