NX Open C++ Reference Guide
|
Represents a GeometricUtilities::PartModuleOutputBuilder
To create a new instance of this class, use Features::PartModule::CreatePartModuleOutputBuilder
Created in NX8.0.0.
More...
Public Member Functions | |
bool | Activate () |
Returns the option indicating whether the part module is to be activated. | |
bool | Deactivate () |
Returns the option indicating whether the part module is to be deactivated. | |
NXOpen::GeometricUtilities::PartModuleReferencesBuilder * | OutputReferences () |
Returns the part module output data Created in NX8.0.0. | |
void | SetActivate (bool activate) |
Sets the option indicating whether the part module is to be activated. | |
void | SetDeactivate (bool deactivate) |
Sets the option indicating whether the part module is to be deactivated. |
Represents a GeometricUtilities::PartModuleOutputBuilder
To create a new instance of this class, use Features::PartModule::CreatePartModuleOutputBuilder
Created in NX8.0.0.
Returns the option indicating whether the part module is to be activated.
If true, the part module will be activated, else, no action is taken
Created in NX8.0.0.
License requirements : None
Returns the option indicating whether the part module is to be deactivated.
If true, the part module will be deactivated, else, no action is taken
Created in NX8.0.0.
License requirements : None
NXOpen::GeometricUtilities::PartModuleReferencesBuilder* NXOpen::GeometricUtilities::PartModuleOutputBuilder::OutputReferences | ( | ) |
Returns the part module output data
Created in NX8.0.0.
License requirements : None
void NXOpen::GeometricUtilities::PartModuleOutputBuilder::SetActivate | ( | bool | activate | ) |
Sets the option indicating whether the part module is to be activated.
If true, the part module will be activated, else, no action is taken
Created in NX8.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
activate | activate |
void NXOpen::GeometricUtilities::PartModuleOutputBuilder::SetDeactivate | ( | bool | deactivate | ) |
Sets the option indicating whether the part module is to be deactivated.
If true, the part module will be deactivated, else, no action is taken
Created in NX8.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
deactivate | deactivate |