ApparentChainingRule Class¶
-
class
NXOpen.ApparentChainingRule¶ Bases:
NXOpen.SelectionIntentRuleRepresents a
NXOpen.SelectionIntentRulethat 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.ApparentChainingRuleSignature
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 aNXOpen.View. The view. chainingRule is aNXOpen.ApparentChainingRuleType. Selection Intent method, either of Connected Curves, Tangent Curves or Single Curve. selectionMask is aNXOpen.ApparentChainingRuleSelection. The selection type none, edge or curve. chainingTolerance is a float. Gap toleranceangleTolerance is a float. Angle tolerance .. versionadded:: NX8.0.0License requirements: gateway (“UG GATEWAY”)