NX Open C++ Reference Guide
|
Represents a Features::ReorderBlends builder
To create a new instance of this class, use Features::FeatureCollection::CreateReorderBlendsBuilder
Created in NX7.5.1.
More...
Public Member Functions | |
NXOpen::ScCollector * | BlendFace1 () |
Returns the blend face1 Created in NX7.5.1. | |
NXOpen::ScCollector * | BlendFace2 () |
Returns the blend face2 Created in NX7.5.1. | |
NXOpen::Face * | GetBlendface2Candidate (NXOpen::Face *blendFace1) |
Auto find blend face2 which has overflow to a given blend face(as blend face1). |
Represents a Features::ReorderBlends builder
To create a new instance of this class, use Features::FeatureCollection::CreateReorderBlendsBuilder
Created in NX7.5.1.
Returns the blend face1
Created in NX7.5.1.
License requirements : None
Returns the blend face2
Created in NX7.5.1.
License requirements : None
NXOpen::Face* NXOpen::Features::ReorderBlendsBuilder::GetBlendface2Candidate | ( | NXOpen::Face * | blendFace1 | ) |
Auto find blend face2 which has overflow to a given blend face(as blend face1).
Return cases: Output/return vary based on number of candidate found:
when 0 candidate found -> blendFace2 = NULL error = DMX_REORDER_BLEND_NO_INTERACTION
when 1 candidate found -> blendFace2 = candidate, error = CM_NO_ERRORS
when >1 candidates found -> blendFace2 = NULL, error = CM_NO_ERRORS;
blendFace1 | A blend face for finding its overflow blend face |