NX Open C++ Reference Guide
|
This class is used to convert/upgrade legacy Ship Design features. More...
Public Types | |
enum | PartScope { PartScopeWorkPart, PartScopeWorkPartandComponents } |
Settings for the conversion scope. More... | |
Public Member Functions | |
int | NumCandidateFeatures () |
Returns the number of candidate features. | |
int | NumConvertedFeatures () |
Returns the number of converted features. | |
NXOpen::Features::ShipDesign::ShipFeatureConverter::PartScope | Scope () |
Returns the conversion scope Created in NX7.5.0. | |
void | SetScope (NXOpen::Features::ShipDesign::ShipFeatureConverter::PartScope scope) |
Sets the conversion scope Created in NX7.5.0. |
This class is used to convert/upgrade legacy Ship Design features.
It currently supports the conversion of KF Steel Features into non-KF Steel features.
To create a new instance of this class, use Features::ShipCollection::CreateShipFeatureConverter
Default values.
Property | Value |
---|---|
Scope |
WorkPart |
Created in NX7.5.0.
Returns the number of candidate features.
This is only set after committing the converter.
Created in NX7.5.0.
License requirements : None
Returns the number of converted features.
This is only set after committing the converter.
Created in NX7.5.0.
License requirements : None
NXOpen::Features::ShipDesign::ShipFeatureConverter::PartScope NXOpen::Features::ShipDesign::ShipFeatureConverter::Scope | ( | ) |
Returns the conversion scope
Created in NX7.5.0.
License requirements : None
void NXOpen::Features::ShipDesign::ShipFeatureConverter::SetScope | ( | NXOpen::Features::ShipDesign::ShipFeatureConverter::PartScope | scope | ) |
Sets the conversion scope
Created in NX7.5.0.
License requirements : nx_ship_concept ("Ship Concept")
scope | scope |