NX Open C++ Reference Guide
|
Represents a Features::Unsew builder
To create a new instance of this class, use Features::FeatureCollection::CreateUnsewBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | UnsewOutput { UnsewOutputOneBodyForConnectedFaces, UnsewOutputOneBodyForEachFace } |
Unsew body option type. More... | |
Public Member Functions | |
NXOpen::ScCollector * | FaceCollector () |
Returns the face collector Created in NX5.0.0. | |
bool | KeepOriginal () |
Returns the apply to copy of body option Created in NX5.0.0. | |
NXOpen::Features::UnsewBuilder::UnsewOutput | Output () |
Returns the output body option Created in NX5.0.0. | |
void | SetKeepOriginal (bool keepOriginal) |
Sets the apply to copy of body option Created in NX5.0.0. | |
void | SetOutput (NXOpen::Features::UnsewBuilder::UnsewOutput output) |
Sets the output body option Created in NX5.0.0. |
Represents a Features::Unsew builder
To create a new instance of this class, use Features::FeatureCollection::CreateUnsewBuilder
Created in NX5.0.0.
Unsew body option type.
Returns the face collector
Created in NX5.0.0.
License requirements : None
Returns the apply to copy of body option
Created in NX5.0.0.
License requirements : None
Returns the output body option
Created in NX5.0.0.
License requirements : None
void NXOpen::Features::UnsewBuilder::SetKeepOriginal | ( | bool | keepOriginal | ) |
Sets the apply to copy of body option
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
keepOriginal | keeporiginal |
void NXOpen::Features::UnsewBuilder::SetOutput | ( | NXOpen::Features::UnsewBuilder::UnsewOutput | output | ) |
Sets the output body option
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
output | output |