NX Open C++ Reference Guide
|
Represents a Features::PartModule builder
To create a new instance of this class, use Features::FeatureCollection::CreatePartModuleBuilder
Created in NX8.0.0.
More...
Public Member Functions | |
bool | ActivatePartModule () |
Returns the option indicating whether part module is to be activated. | |
NXOpen::GeometricUtilities::PartModuleReferencesBuilder * | InputReferences () |
Returns the part module input references Created in NX8.0.0. | |
NXString | Name () |
Returns the part module name Created in NX8.0.0. | |
void | SetActivatePartModule (bool activate) |
Sets the option indicating whether part module is to be activated. | |
void | SetName (const NXString &name) |
Sets the part module name Created in NX8.0.0. | |
void | SetShowOnlyPartModule (bool showOnly) |
Sets the option indicating whether only part module contents are to be shown. | |
bool | ShowOnlyPartModule () |
Returns the option indicating whether only part module contents are to be shown. |
Represents a Features::PartModule builder
To create a new instance of this class, use Features::FeatureCollection::CreatePartModuleBuilder
Created in NX8.0.0.
Returns the option indicating whether part module is to be activated.
If true, the part module will be activated, else, part module will be deactivated
Created in NX8.0.0.
License requirements : None
NXOpen::GeometricUtilities::PartModuleReferencesBuilder* NXOpen::Features::PartModuleBuilder::InputReferences | ( | ) |
Returns the part module input references
Created in NX8.0.0.
License requirements : None
Returns the part module name
Created in NX8.0.0.
License requirements : None
void NXOpen::Features::PartModuleBuilder::SetActivatePartModule | ( | bool | activate | ) |
Sets the option indicating whether part module is to be activated.
If true, the part module will be activated, else, part module will be deactivated
Created in NX8.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
activate | activate |
void NXOpen::Features::PartModuleBuilder::SetName | ( | const NXString & | name | ) |
Sets the part module name
Created in NX8.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
name | name |
void NXOpen::Features::PartModuleBuilder::SetShowOnlyPartModule | ( | bool | showOnly | ) |
Sets the option indicating whether only part module contents are to be shown.
If true, only displayable objects in the part module will be shown. Else, no action is taken
Created in NX8.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
showOnly | showonly |
Returns the option indicating whether only part module contents are to be shown.
If true, only displayable objects in the part module will be shown. Else, no action is taken
Created in NX8.0.0.
License requirements : None