NX Open C++ Reference Guide
|
Represents a SelectionIntentRule that collects all connected blend faces. More...
Public Member Functions | |
NXOpen::Face * | GetData () |
Gets the data for the Connected Blend Faces rule: FaceConnectedBlendRule . | |
void | GetDefiningData (NXOpen::Face **seedFace, bool *includeBlendLike, NXOpen::Features::Feature **feature) |
Gets the data for the Connected Blend Faces rule: FaceConnectedBlendRule Created in NX8.5.0. | |
virtual | ~FaceConnectedBlendRule () |
Frees the object from memory. | |
![]() | |
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. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents a SelectionIntentRule that collects all connected blend faces.
Created in NX5.0.0.
|
virtual |
Frees the object from memory.
Created in NX5.0.0.
License requirements : None
NXOpen::Face* NXOpen::FaceConnectedBlendRule::GetData | ( | ) |
Gets the data for the Connected Blend Faces rule: FaceConnectedBlendRule .
void NXOpen::FaceConnectedBlendRule::GetDefiningData | ( | NXOpen::Face ** | seedFace, |
bool * | includeBlendLike, | ||
NXOpen::Features::Feature ** | feature | ||
) |
Gets the data for the Connected Blend Faces rule: FaceConnectedBlendRule
Created in NX8.5.0.
License requirements : None
seedFace | Seed face which creates this rule |
includeBlendLike | true if the rule is to identify any blend-like faces |
feature | Feature which creates this rule |