NX Open C++ Reference Guide
|
This class allows you to set the NX Ship BuiltUp Profile Manufacturing Mode for one or more components. More...
Public Types | |
enum | BuiltUpManModeType { BuiltUpManModeTypeCutToShape, BuiltUpManModeTypeBendAfterJoin, BuiltUpManModeTypeNone } |
This enum defines the allowable values for the BuiltUp Profile Manufacturing Mode which may be either "Cut To Shape" or "Bend After Join". More... | |
Public Member Functions | |
NXOpen::Assemblies::SelectComponentList * | BuiltupComps () |
Returns the components for which the Manufacturing Mode will be set Created in NX9.0.0. | |
NXOpen::Features::ShipDesign::BuiltUpManModeBuilder::BuiltUpManModeType | BuiltupManMode () |
Returns the builtup Manufactirng Mode Created in NX9.0.0. | |
void | SetBuiltupManMode (NXOpen::Features::ShipDesign::BuiltUpManModeBuilder::BuiltUpManModeType builtupManMode) |
Sets the builtup Manufactirng Mode Created in NX9.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
This class allows you to set the NX Ship BuiltUp Profile Manufacturing Mode for one or more components.
This mode may be either "Bend After Join" or "Cut To Shape".
To create a new instance of this class, use Features::ShipCollection::CreateBuiltUpManModeBuilder
Default values.
Property | Value |
---|---|
BuiltupManMode |
CutToShape |
Created in NX9.0.0.
This enum defines the allowable values for the BuiltUp Profile Manufacturing Mode which may be either "Cut To Shape" or "Bend After Join".
See the NX Ship documentation for an explanation of these in terms of the manufacturing process.
NXOpen::Assemblies::SelectComponentList* NXOpen::Features::ShipDesign::BuiltUpManModeBuilder::BuiltupComps | ( | ) |
Returns the components for which the Manufacturing Mode will be set
Created in NX9.0.0.
License requirements : None
NXOpen::Features::ShipDesign::BuiltUpManModeBuilder::BuiltUpManModeType NXOpen::Features::ShipDesign::BuiltUpManModeBuilder::BuiltupManMode | ( | ) |
Returns the builtup Manufactirng Mode
Created in NX9.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::BuiltUpManModeBuilder::SetBuiltupManMode | ( | NXOpen::Features::ShipDesign::BuiltUpManModeBuilder::BuiltUpManModeType | builtupManMode | ) |
Sets the builtup Manufactirng Mode
Created in NX9.0.0.
License requirements : nx_ship_mfg_prep ("Ship Manufacturing")
builtupManMode | builtupmanmode |