FaceRibFacesRule Class

class NXOpen.FaceRibFacesRule

Bases: NXOpen.SelectionIntentRule

Represents a NXOpen.SelectionIntentRule that collects all rib faces.

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 rib faces rule: NXOpen.FaceRibFacesRule
GetDefiningData Gets the data for the rib faces rule: NXOpen.FaceRibFacesRule

Method Detail

Dispose

FaceRibFacesRule.Dispose

Frees the object from memory.

Signature Dispose()

New in version NX5.0.0.

License requirements: None.

GetData

FaceRibFacesRule.GetData

Gets the data for the rib faces rule: NXOpen.FaceRibFacesRule

Signature GetData()

Returns:Faces which creates this rule
Return type:NXOpen.Face

New in version NX5.0.0.

License requirements: gateway (“UG GATEWAY”)

GetDefiningData

FaceRibFacesRule.GetDefiningData

Gets the data for the rib faces rule: NXOpen.FaceRibFacesRule

Signature GetDefiningData()

Returns:a tuple
Return type:A tuple consisting of (face, includeBoundaryBlends, travserseInteriorLoops)

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 travserseInteriorLoops is a bool. true if interrior loops are to be processed. .. versionadded:: NX6.0.0

License requirements: gateway (“UG GATEWAY”)