LoftCenterLineOrRail.deleteMe Method

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

Description

Deletes the centerline or rail.

If this LoftCenterLineOrRail object is associated with a created feature, 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

"loftCenterLineOrRail_var" is a variable referencing a LoftCenterLineOrRail object.
returnValue = loftCenterLineOrRail_var.deleteMe()
"loftCenterLineOrRail_var" is a variable referencing a LoftCenterLineOrRail object.

#include <Fusion/Features/LoftCenterLineOrRail.h>

returnValue = loftCenterLineOrRail_var->deleteMe();

Return Value

Type Description
boolean Returns true if the operation was successful.

Version

Introduced in version August 2016