FollowFilletRule Class

class NXOpen.FollowFilletRule

Bases: NXOpen.SelectionIntentRule

Represents a NXOpen.SelectionIntentRule that collects curves/edges which are connected or tangent connected and follow onto and off an untrimmed fillet.

New in version NX4.0.0.

Properties

Property Description
Type Returns the get the type of selection intent rule: NXOpen.SelectionIntentRule

Methods

Method Description
Dispose Frees the object from memory.
GetData Gets the data for the follow fillet rule: NXOpen.FollowFilletRule

Method Detail

Dispose

FollowFilletRule.Dispose

Frees the object from memory.

Signature Dispose()

New in version NX4.0.0.

License requirements: None.

GetData

FollowFilletRule.GetData

Gets the data for the follow fillet rule: NXOpen.FollowFilletRule

Signature GetData()

Returns:a tuple
Return type:A tuple consisting of (features, bodies, basicCurves, seedWireframe, endWireframe, fromSeedStart, gapTolerance, angleTolerance, method)

features is a list of NXOpen.Features.Feature. Features whose curves are used to create this rule bodies is a list of NXOpen.Body. Bodies whose edges are used to create this rule basicCurves is a list of NXOpen.ICurve. Non-associative basic curves that are used to create this rule seedWireframe is a NXOpen.ICurve. Seed wireframe endWireframe is a NXOpen.ICurve. End wireframe. It can be null (Nothing) fromSeedStart is a bool. True: the chain starts from the start point of the seed wireframe gapTolerance is a float. Gap toleranceangleTolerance is a float. Angle tolerancemethod is a NXOpen.FollowFilletRuleType. Selection Intent method .. versionadded:: NX4.0.0

License requirements: gateway (“UG GATEWAY”)