CustomGraphicsMesh.deleteMe Method

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

Description

Deletes the entity from the custom graphics group.

Syntax

"customGraphicsMesh_var" is a variable referencing a CustomGraphicsMesh object.
returnValue = customGraphicsMesh_var.deleteMe()
"customGraphicsMesh_var" is a variable referencing a CustomGraphicsMesh object.

#include <Fusion/Graphics/CustomGraphicsMesh.h>

returnValue = customGraphicsMesh_var->deleteMe();

Return Value

Type Description
boolean Returns true if the deletion was successful.

Version

Introduced in version September 2017