CustomGraphicsBRepBody.deleteMe Method

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

Description

Deletes the entity from the custom graphics group.

Syntax

"customGraphicsBRepBody_var" is a variable referencing a CustomGraphicsBRepBody object.
returnValue = customGraphicsBRepBody_var.deleteMe()
"customGraphicsBRepBody_var" is a variable referencing a CustomGraphicsBRepBody object.

#include <Fusion/Graphics/CustomGraphicsBRepBody.h>

returnValue = customGraphicsBRepBody_var->deleteMe();

Return Value

Type Description
boolean Returns true if the deletion was successful.

Version

Introduced in version September 2017