FaceRegionRule Class

class NXOpen.FaceRegionRule

Bases: NXOpen.SelectionIntentRule

Represents a NXOpen.SelectionIntentRule that collects a region of faces.

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.
GetData Gets the data for the face region rule: NXOpen.FaceRegionRule

Method Detail

Dispose

FaceRegionRule.Dispose

Frees the object from memory.

Signature Dispose()

New in version NX4.0.0.

License requirements: None.

GetData

FaceRegionRule.GetData

Gets the data for the face region rule: NXOpen.FaceRegionRule

Signature GetData()

Returns:Boundary Faces which creates this rule
Return type:list of NXOpen.Face

New in version NX4.0.0.

Deprecated since version NX8.0.0: This functionality is no longer supported.

License requirements: gateway (“UG GATEWAY”)