FaceSlotFacesRule Class

class NXOpen.FaceSlotFacesRule

Bases: NXOpen.SelectionIntentRule

Represents a NXOpen.SelectionIntentRule that collects all faces of a 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 slot faces rule: NXOpen.FaceSlotFacesRule
GetDefiningData Gets the data for the slot faces rule: NXOpen.FaceSlotFacesRule

Method Detail

Dispose

FaceSlotFacesRule.Dispose

Frees the object from memory.

Signature Dispose()

New in version NX5.0.0.

License requirements: None.

GetData

FaceSlotFacesRule.GetData

Gets the data for the slot faces rule: NXOpen.FaceSlotFacesRule

Signature GetData()

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

New in version NX5.0.0.

License requirements: gateway (“UG GATEWAY”)

GetDefiningData

FaceSlotFacesRule.GetDefiningData

Gets the data for the slot faces rule: NXOpen.FaceSlotFacesRule

Signature GetDefiningData()

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

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

License requirements: gateway (“UG GATEWAY”)