CurveGroupRule Class¶
-
class
NXOpen.CurveGroupRule¶ Bases:
NXOpen.SelectionIntentRuleRepresents a
NXOpen.SelectionIntentRulethat collects all curves of a group.New in version NX7.5.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 group rule: NXOpen.CurveGroupRule |
Method Detail¶
Dispose¶
-
CurveGroupRule.Dispose¶ Frees the object from memory.
Signature
Dispose()New in version NX7.5.0.
License requirements: None.
GetData¶
-
CurveGroupRule.GetData¶ Gets the data for the curve group rule:
NXOpen.CurveGroupRuleSignature
GetData()Returns: Groups whose curves are used to create this rule Return type: list of NXOpen.GroupNew in version NX7.5.0.
License requirements: gateway (“UG GATEWAY”)