ConstructionPlane.deleteMe Method

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

Description

Deletes the construction plane.

Syntax

"constructionPlane_var" is a variable referencing a ConstructionPlane object.
returnValue = constructionPlane_var.deleteMe()
"constructionPlane_var" is a variable referencing a ConstructionPlane object.

#include <Fusion/Construction/ConstructionPlane.h>

returnValue = constructionPlane_var->deleteMe();

Return Value

Type Description
boolean Returns a bool indicating if the delete was successful or not.

Version

Introduced in version August 2014