CurveGroupRule Class

class NXOpen.CurveGroupRule

Bases: NXOpen.SelectionIntentRule

Represents a NXOpen.SelectionIntentRule that 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.CurveGroupRule

Signature GetData()

Returns:Groups whose curves are used to create this rule
Return type:list of NXOpen.Group

New in version NX7.5.0.

License requirements: gateway (“UG GATEWAY”)