|
NX Open C++ Reference Guide
|
Represents a SelectionIntentRule that collects all faces of a boss or pocket. More...
Public Member Functions | |
| NXOpen::Face * | GetData () |
| Gets the data for the boss pocket faces rule: FaceBossPocketFacesRule . | |
| NXOpen::Face * | GetDefiningData (bool *includeBoundaryBlends) |
| Gets the data for the boss pocket faces rule: FaceBossPocketFacesRule . | |
| virtual | ~FaceBossPocketFacesRule () |
| 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 boss or pocket.
Created in NX5.0.0.
|
virtual |
Frees the object from memory.
Created in NX5.0.0.
License requirements : None
| NXOpen::Face* NXOpen::FaceBossPocketFacesRule::GetData | ( | ) |
Gets the data for the boss pocket faces rule: FaceBossPocketFacesRule .
| NXOpen::Face* NXOpen::FaceBossPocketFacesRule::GetDefiningData | ( | bool * | includeBoundaryBlends | ) |
Gets the data for the boss pocket faces rule: FaceBossPocketFacesRule .
| includeBoundaryBlends | true if the rule is not to identify any blends at the boundary |