EqualDistanceChamferEdgeSet.deleteMe Method

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

Description

Deletes the chamfer edge set from the chamfer.

To use this method, you need to position the timeline marker to immediately before this feature. This can be accomplished using the following code: thisFeature.timelineObject.rollTo(True)

Syntax

"equalDistanceChamferEdgeSet_var" is a variable referencing an EqualDistanceChamferEdgeSet object.
returnValue = equalDistanceChamferEdgeSet_var.deleteMe()
"equalDistanceChamferEdgeSet_var" is a variable referencing an EqualDistanceChamferEdgeSet object.

#include <Fusion/Features/EqualDistanceChamferEdgeSet.h>

returnValue = equalDistanceChamferEdgeSet_var->deleteMe();

Return Value

Type Description
boolean Returns true if the operation was successful.

Version

Introduced in version December 2020