ConstructionAxis.deleteMe Method

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

Description

Deletes the construction axis.

Syntax

"constructionAxis_var" is a variable referencing a ConstructionAxis object.
returnValue = constructionAxis_var.deleteMe()
"constructionAxis_var" is a variable referencing a ConstructionAxis object.

#include <Fusion/Construction/ConstructionAxis.h>

returnValue = constructionAxis_var->deleteMe();

Return Value

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

Version

Introduced in version August 2014