BodyGroupRule Class

class NXOpen.BodyGroupRule

Bases: NXOpen.SelectionIntentRule

Represents a NXOpen.SelectionIntentRule that collects all bodies 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 body group rule: NXOpen.BodyGroupRule

Method Detail

Dispose

BodyGroupRule.Dispose

Frees the object from memory.

Signature Dispose()

New in version NX7.5.0.

License requirements: None.

GetData

BodyGroupRule.GetData

Gets the data for the body group rule: NXOpen.BodyGroupRule

Signature GetData()

Returns:Groups which create this rule
Return type:list of NXOpen.Group

New in version NX7.5.0.

License requirements: gateway (“UG GATEWAY”)