MeshBody.deleteMe Method

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

Description

Deletes the mesh body.

Syntax

"meshBody_var" is a variable referencing a MeshBody object.
returnValue = meshBody_var.deleteMe()
"meshBody_var" is a variable referencing a MeshBody object.

#include <Fusion/MeshBody/MeshBody.h>

returnValue = meshBody_var->deleteMe();

Return Value

Type Description
boolean Returns true in the case where the selection was successful.

Version

Introduced in version August 2014