FaceAndAdjacentFacesRule Class¶
-
class
NXOpen.FaceAndAdjacentFacesRule¶ Bases:
NXOpen.SelectionIntentRuleRepresents a
NXOpen.SelectionIntentRulethat collects both the seed face and all its adjacent faces.New in version NX7.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 and adjacent faces rule: NXOpen.FaceAndAdjacentFacesRule |
Method Detail¶
Dispose¶
-
FaceAndAdjacentFacesRule.Dispose¶ Frees the object from memory.
Signature
Dispose()New in version NX7.0.0.
License requirements: None.
GetData¶
-
FaceAndAdjacentFacesRule.GetData¶ Gets the data for the face and adjacent faces rule:
NXOpen.FaceAndAdjacentFacesRuleSignature
GetData()Returns: Faces which create this rule Return type: list of NXOpen.FaceNew in version NX7.0.0.
License requirements: gateway (“UG GATEWAY”)