FaceBodyRule Class

class NXOpen.FaceBodyRule

Bases: NXOpen.SelectionIntentRule

Represents a NXOpen.SelectionIntentRule that collects all the faces of a body.

New in version NX4.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.
GetBodyData Gets the data for the face body rule: NXOpen.FaceBodyRule

Method Detail

Dispose

FaceBodyRule.Dispose

Frees the object from memory.

Signature Dispose()

New in version NX4.0.0.

License requirements: None.

GetBodyData

FaceBodyRule.GetBodyData

Gets the data for the face body rule: NXOpen.FaceBodyRule

Signature GetBodyData()

Returns:Body which creates this rule
Return type:NXOpen.Body

New in version NX5.0.0.

License requirements: gateway (“UG GATEWAY”)