VariableRadiusFilletEdgeSet.deleteMidPosition Method

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

Description

Deletes the specified mid position from the variable radius fillet.

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

"variableRadiusFilletEdgeSet_var" is a variable referencing a VariableRadiusFilletEdgeSet object.
returnValue = variableRadiusFilletEdgeSet_var.deleteMidPosition(positionIndex)
"variableRadiusFilletEdgeSet_var" is a variable referencing a VariableRadiusFilletEdgeSet object.

#include <Fusion/Features/VariableRadiusFilletEdgeSet.h>

returnValue = variableRadiusFilletEdgeSet_var->deleteMidPosition(positionIndex);

Return Value

Type Description
boolean Returns true if successful.

Parameters

Name Type Description
positionIndex uinteger The index of the mid position to delete. The points are in the order they appear along the edge where the first point has an index of 0. The number of mid positions and their locations can be obtained by getting the list of mid positions using the midPositions property.

Samples

Name Description
Fillet Feature Edit API Sample

Demonstrates editing a fillet feature.
To successfully run this sample you can use this Version Introduced in version November 2015