NX Open C++ Reference Guide
|
Represents a Features::Untrim builder
To create a new instance of this class, use Features::FeatureCollection::CreateUntrimBuilder
Created in NX5.0.0.
More...
Public Member Functions | |
NXOpen::ScCollector * | FacesToUntrim () |
Returns the faces to untrim Created in NX5.0.0. | |
bool | HideOriginal () |
Returns the hide original option. | |
void | SetHideOriginal (bool hideOriginal) |
Sets the hide original option. |
Represents a Features::Untrim builder
To create a new instance of this class, use Features::FeatureCollection::CreateUntrimBuilder
Created in NX5.0.0.
Returns the faces to untrim
Created in NX5.0.0.
License requirements : None
Returns the hide original option.
Controls whether parent body should be hidden or not.
Created in NX5.0.0.
License requirements : None
void NXOpen::Features::UntrimBuilder::SetHideOriginal | ( | bool | hideOriginal | ) |
Sets the hide original option.
Controls whether parent body should be hidden or not.
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
hideOriginal | Set true to hide parent object otherwise false to display parent as it is |