|
NX Open C++ Reference Guide
|
Use this to cycle through the assembly components and perform the operation globally on the specified feature type. More...
Public Types | |
| enum | Types { TypesDelete, TypesHide, TypesShow } |
| The option for which kind of operation will be performed. More... | |
Public Member Functions | |
| void | AddFeatureType (const NXString &featureType) |
| Add feature type Created in NX8.5.0. | |
| void | AddFeatureType (const char *featureType) |
| Add feature type Created in NX8.5.0. | |
| void | ClearFeatureTypes () |
| Clear feature types Created in NX8.5.0. | |
| void | SetType (NXOpen::Features::ShipDesign::FeaturesBatchOperationBuilder::Types type) |
| Sets the operation type Created in NX8.5.0. | |
| NXOpen::Features::ShipDesign::FeaturesBatchOperationBuilder::Types | Type () |
| Returns the operation type Created in NX8.5.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| 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. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Use this to cycle through the assembly components and perform the operation globally on the specified feature type.
<br> To create a new instance of this class, use @link Features::ShipCollection::CreateFeaturesBatchOperationBuilder Features::ShipCollection::CreateFeaturesBatchOperationBuilder @endlink <br>
Created in NX8.5.0.
| void NXOpen::Features::ShipDesign::FeaturesBatchOperationBuilder::AddFeatureType | ( | const NXString & | featureType | ) |
Add feature type
Created in NX8.5.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")
| featureType | featuretype |
| void NXOpen::Features::ShipDesign::FeaturesBatchOperationBuilder::AddFeatureType | ( | const char * | featureType | ) |
Add feature type
Created in NX8.5.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")
| featureType | featuretype |
| void NXOpen::Features::ShipDesign::FeaturesBatchOperationBuilder::ClearFeatureTypes | ( | ) |
Clear feature types
Created in NX8.5.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")
| void NXOpen::Features::ShipDesign::FeaturesBatchOperationBuilder::SetType | ( | NXOpen::Features::ShipDesign::FeaturesBatchOperationBuilder::Types | type | ) |
Sets the operation type
Created in NX8.5.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")
| type | type |
| NXOpen::Features::ShipDesign::FeaturesBatchOperationBuilder::Types NXOpen::Features::ShipDesign::FeaturesBatchOperationBuilder::Type | ( | ) |
Returns the operation type
Created in NX8.5.0.
License requirements : None