CurveDumbRule Class¶
-
class
NXOpen.CurveDumbRule¶ Bases:
NXOpen.SelectionIntentRuleRepresents a
NXOpen.SelectionIntentRulethat collects curves without any intent i.e. as if collected with Single Curve rule. .. versionadded:: NX3.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 dumb rule: NXOpen.CurveDumbRule |
Method Detail¶
Dispose¶
-
CurveDumbRule.Dispose¶ Frees the object from memory.
Signature
Dispose()New in version NX3.0.0.
License requirements: None.
GetData¶
-
CurveDumbRule.GetData¶ Gets the data for the curve dumb rule:
NXOpen.CurveDumbRuleSignature
GetData()Returns: Curves which creates this rule Return type: list of NXOpen.CurveNew in version NX3.0.0.
License requirements: gateway (“UG GATEWAY”)