CurveChainRule Class¶
-
class
NXOpen.CurveChainRule¶ Bases:
NXOpen.SelectionIntentRuleRepresents a
NXOpen.SelectionIntentRulethat collects end-to-end connected curves from the seed curve.New in version NX9.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 curve chain rule: NXOpen.CurveChainRule |
Method Detail¶
Dispose¶
-
CurveChainRule.Dispose¶ Frees the object from memory.
Signature
Dispose()New in version NX9.0.0.
License requirements: None.
GetData¶
-
CurveChainRule.GetData¶ Gets the data for the curve chain rule:
NXOpen.CurveChainRuleSignature
GetData()Returns: a tuple Return type: A tuple consisting of (seedCurve, endCurve, fromSeedStart, gapTolerance) seedCurve is a
NXOpen.Curve. Seed curve endCurve is aNXOpen.Curve. End Curve. It can be null (Nothing)fromSeedStart is a bool. True: the chain starts from the start point of the seed curve gapTolerance is a float. Gap tolerance .. versionadded:: NX9.0.0License requirements: None.