LineParallelToPlanarSurfaceConstraint.deleteMe Method

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

Description

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

Syntax

"lineParallelToPlanarSurfaceConstraint_var" is a variable referencing a LineParallelToPlanarSurfaceConstraint object.
returnValue = lineParallelToPlanarSurfaceConstraint_var.deleteMe()
"lineParallelToPlanarSurfaceConstraint_var" is a variable referencing a LineParallelToPlanarSurfaceConstraint object.

#include <Fusion/Sketch/LineParallelToPlanarSurfaceConstraint.h>

returnValue = lineParallelToPlanarSurfaceConstraint_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version September 2023