FaceDumbRule Class¶
-
class
NXOpen.FaceDumbRule¶ Bases:
NXOpen.SelectionIntentRuleRepresents a
NXOpen.SelectionIntentRulethat collects faces without any intent i.e. as if collected with Single Face rule. .. 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 dumb rule: NXOpen.FaceDumbRule |
Method Detail¶
Dispose¶
-
FaceDumbRule.Dispose¶ Frees the object from memory.
Signature
Dispose()New in version NX4.0.0.
License requirements: None.
GetData¶
-
FaceDumbRule.GetData¶ Gets the data for the face dumb rule:
NXOpen.FaceDumbRuleSignature
GetData()Returns: Faces which creates this rule Return type: list of NXOpen.FaceNew in version NX4.0.0.
License requirements: gateway (“UG GATEWAY”)