ApparentChainingRule Class

class NXOpen.ApparentChainingRule

Bases: NXOpen.SelectionIntentRule

Represents a NXOpen.SelectionIntentRule that collects curves which appear connected or tangent connected in a particular drafting view.

New in version NX8.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 apparent chaining rule: NXOpen.ApparentChainingRule

Method Detail

Dispose

ApparentChainingRule.Dispose

Frees the object from memory.

Signature Dispose()

New in version NX8.0.0.

License requirements: None.

GetData

ApparentChainingRule.GetData

Gets the data for the apparent chaining rule: NXOpen.ApparentChainingRule

Signature GetData()

Returns:a tuple
Return type:A tuple consisting of (seed, view, chainingRule, selectionMask, chainingTolerance, angleTolerance)

seed is a NXOpen.ICurve. The seed curve. view is a NXOpen.View. The view. chainingRule is a NXOpen.ApparentChainingRuleType. Selection Intent method, either of Connected Curves, Tangent Curves or Single Curve. selectionMask is a NXOpen.ApparentChainingRuleSelection. The selection type none, edge or curve. chainingTolerance is a float. Gap toleranceangleTolerance is a float. Angle tolerance .. versionadded:: NX8.0.0

License requirements: gateway (“UG GATEWAY”)