FaceMergedRibFacesRule Class¶
-
class
NXOpen.FaceMergedRibFacesRule¶ Bases:
NXOpen.SelectionIntentRuleRepresents a
NXOpen.SelectionIntentRulethat collects all merged rib faces.New in version NX6.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 rib faces rule: NXOpen.FaceMergedRibFacesRule |
| GetDefiningData | Gets the data for the rib faces rule: NXOpen.FaceMergedRibFacesRule |
| GetSeedAndPointData | Gets the data for the rib faces rule: NXOpen.FaceMergedRibFacesRule |
Method Detail¶
Dispose¶
-
FaceMergedRibFacesRule.Dispose¶ Frees the object from memory.
Signature
Dispose()New in version NX6.0.0.
License requirements: None.
GetData¶
-
FaceMergedRibFacesRule.GetData¶ Gets the data for the rib faces rule:
NXOpen.FaceMergedRibFacesRuleSignature
GetData()Returns: a tuple Return type: A tuple consisting of (face, edge) face is a
NXOpen.Face. Faces which creates this ruleedge is aNXOpen.Edge. Edge which creates this rule .. versionadded:: NX6.0.0License requirements: gateway (“UG GATEWAY”)
GetDefiningData¶
-
FaceMergedRibFacesRule.GetDefiningData¶ Gets the data for the rib faces rule:
NXOpen.FaceMergedRibFacesRuleSignature
GetDefiningData()Returns: a tuple Return type: A tuple consisting of (face, edge, includeBoundaryBlends) face is a
NXOpen.Face. Faces which creates this ruleedge is aNXOpen.Edge. Edge which creates this ruleincludeBoundaryBlends is a bool. true if the rule is to identify any blends at the boundary .. versionadded:: NX6.0.0License requirements: gateway (“UG GATEWAY”)
GetSeedAndPointData¶
-
FaceMergedRibFacesRule.GetSeedAndPointData¶ Gets the data for the rib faces rule:
NXOpen.FaceMergedRibFacesRuleSignature
GetSeedAndPointData()Returns: a tuple Return type: A tuple consisting of (face, seedPt) face is a
NXOpen.Face. Faces which creates this ruleseedPt is aNXOpen.Point3d. Seed pick point point. .. versionadded:: NX8.0.0License requirements: gateway (“UG GATEWAY”)