EdgeFaceRule Class¶
-
class
NXOpen.EdgeFaceRule¶ Bases:
NXOpen.SelectionIntentRuleRepresents a
NXOpen.SelectionIntentRulethat collects all edges of a face.New in version NX3.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 edge face rule: NXOpen.EdgeFaceRule |
Method Detail¶
Dispose¶
-
EdgeFaceRule.Dispose¶ Frees the object from memory.
Signature
Dispose()New in version NX3.0.0.
License requirements: None.
GetData¶
-
EdgeFaceRule.GetData¶ Gets the data for the edge face rule:
NXOpen.EdgeFaceRuleSignature
GetData()Returns: Faces whose edges are used to create this rule Return type: list of NXOpen.FaceNew in version NX3.0.0.
License requirements: gateway (“UG GATEWAY”)