FaceAdjacentRule Class

class NXOpen.FaceAdjacentRule

Bases: NXOpen.SelectionIntentRule

Represents a NXOpen.SelectionIntentRule that collects the faces adjacent to the seed face of a body.

Note that the seed face itself is not part of that collection. .. versionadded:: 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 adjacent rule: NXOpen.FaceAdjacentRule

Method Detail

Dispose

FaceAdjacentRule.Dispose

Frees the object from memory.

Signature Dispose()

New in version NX4.0.0.

License requirements: None.

GetData

FaceAdjacentRule.GetData

Gets the data for the face adjacent rule: NXOpen.FaceAdjacentRule

Signature GetData()

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

New in version NX4.0.0.

License requirements: gateway (“UG GATEWAY”)