FaceAdjacentRule Class¶
-
class
NXOpen.FaceAdjacentRule¶ Bases:
NXOpen.SelectionIntentRuleRepresents a
NXOpen.SelectionIntentRulethat 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.FaceAdjacentRuleSignature
GetData()Returns: Faces which creates this rule Return type: list of NXOpen.FaceNew in version NX4.0.0.
License requirements: gateway (“UG GATEWAY”)