|
NX Open C++ Reference Guide
|
Represents a SelectionIntentRule that collects all faces of a pocket. More...
Public Member Functions | |
| NXOpen::Face * | GetData () |
| Gets the data for the slot faces rule: FaceSlotFacesRule . | |
| NXOpen::Face * | GetDefiningData (bool *includeBoundaryBlends, bool *traverseInteriorLoops) |
| Gets the data for the slot faces rule: FaceSlotFacesRule . | |
| virtual | ~FaceSlotFacesRule () |
| Frees the object from memory. | |
Public Member Functions inherited from NXOpen::SelectionIntentRule | |
| NXOpen::SelectionIntentRule::RuleType | Type () |
| Returns the get the type of selection intent rule: SelectionIntentRule Created in NX3.0.0. | |
| virtual | ~SelectionIntentRule () |
| Free resources associated with the instance. | |
Public Member Functions inherited from NXOpen::TransientObject | |
| void * | GetHandle () |
| Handle of the internal object represented by this object. | |
Represents a SelectionIntentRule that collects all faces of a pocket.
Created in NX5.0.0.
|
virtual |
Frees the object from memory.
Created in NX5.0.0.
License requirements : None
| NXOpen::Face* NXOpen::FaceSlotFacesRule::GetData | ( | ) |
Gets the data for the slot faces rule: FaceSlotFacesRule .
| NXOpen::Face* NXOpen::FaceSlotFacesRule::GetDefiningData | ( | bool * | includeBoundaryBlends, |
| bool * | traverseInteriorLoops | ||
| ) |
Gets the data for the slot faces rule: FaceSlotFacesRule .
| includeBoundaryBlends | true if the rule is not to identify any blends at the boundary |
| traverseInteriorLoops | true if interrior loops are to be processed. |