FaceBossPocketFacesRule Class¶
-
class
NXOpen.FaceBossPocketFacesRule¶ Bases:
NXOpen.SelectionIntentRuleRepresents a
NXOpen.SelectionIntentRulethat collects all faces of a boss or pocket.New in version NX5.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 boss pocket faces rule: NXOpen.FaceBossPocketFacesRule |
| GetDefiningData | Gets the data for the boss pocket faces rule: NXOpen.FaceBossPocketFacesRule |
Method Detail¶
Dispose¶
-
FaceBossPocketFacesRule.Dispose¶ Frees the object from memory.
Signature
Dispose()New in version NX5.0.0.
License requirements: None.
GetData¶
-
FaceBossPocketFacesRule.GetData¶ Gets the data for the boss pocket faces rule:
NXOpen.FaceBossPocketFacesRuleSignature
GetData()Returns: Faces which creates this rule Return type: NXOpen.FaceNew in version NX5.0.0.
License requirements: gateway (“UG GATEWAY”)
GetDefiningData¶
-
FaceBossPocketFacesRule.GetDefiningData¶ Gets the data for the boss pocket faces rule:
NXOpen.FaceBossPocketFacesRuleSignature
GetDefiningData()Returns: a tuple Return type: A tuple consisting of (face, includeBoundaryBlends) face is a
NXOpen.Face. Faces which creates this ruleincludeBoundaryBlends is a bool. true if the rule is not to identify any blends at the boundary .. versionadded:: NX6.0.0License requirements: gateway (“UG GATEWAY”)