|
NX Open C++ Reference Guide
|
Represents a SelectionIntentRule that collects all blend faces. More...
Public Member Functions | |
| NXOpen::Body * | GetData () |
| Gets the data for the All Blend Faces rule: FaceAllBlendRule . | |
| void | GetDefiningData (NXOpen::Body **body, NXOpen::Features::Feature **feature) |
| Gets the data for the All Blend Faces rule: FaceAllBlendRule Created in NX8.5.0. | |
| virtual | ~FaceAllBlendRule () |
| 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 blend faces.
Created in NX5.0.0.
|
virtual |
Frees the object from memory.
Created in NX5.0.0.
License requirements : None
| NXOpen::Body* NXOpen::FaceAllBlendRule::GetData | ( | ) |
Gets the data for the All Blend Faces rule: FaceAllBlendRule .
| void NXOpen::FaceAllBlendRule::GetDefiningData | ( | NXOpen::Body ** | body, |
| NXOpen::Features::Feature ** | feature | ||
| ) |
Gets the data for the All Blend Faces rule: FaceAllBlendRule
Created in NX8.5.0.
License requirements : None
| body | Body which creates this rule |
| feature | Feature which creates this rule |