PerpendicularConstraint.deleteMe Method

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

Description

Deletes this constraint. The IsDeletable property can be used to determine if this constraint can be deleted.

Syntax

"perpendicularConstraint_var" is a variable referencing a PerpendicularConstraint object.
returnValue = perpendicularConstraint_var.deleteMe()
"perpendicularConstraint_var" is a variable referencing a PerpendicularConstraint object.

#include <Fusion/Sketch/PerpendicularConstraint.h>

returnValue = perpendicularConstraint_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version August 2014