NX Open C++ Reference Guide
|
Used to create or edit a Features::ShipDesign::PlatePreparation feature. More...
Public Member Functions | |
void | AddPart (const NXString &partName) |
Add the part to the collection of parts to be unformed and scaled. | |
NXOpen::Expression * | Length () |
Returns the expression containing the scale factor for the length direction (X). | |
void | RemovePart (const NXString &partName) |
Remove the part from the collection of parts to be unformed and scaled. | |
NXOpen::Expression * | Width () |
Returns the expression containing the scale factor for the width direction (Y). |
Used to create or edit a Features::ShipDesign::PlatePreparation feature.
To create a new instance of this class, use Features::ShipCollection::CreatePlatePreparationBuilder
Created in NX5.0.0.
void NXOpen::Features::ShipDesign::PlatePreparationBuilder::AddPart | ( | const NXString & | partName | ) |
Add the part to the collection of parts to be unformed and scaled.
Created in NX8.0.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")
partName | NOTE: The full Unicode character set is not supported for this parameter. |
Returns the expression containing the scale factor for the length direction (X).
Created in NX8.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::PlatePreparationBuilder::RemovePart | ( | const NXString & | partName | ) |
Remove the part from the collection of parts to be unformed and scaled.
Created in NX8.0.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")
partName | NOTE: The full Unicode character set is not supported for this parameter. |
Returns the expression containing the scale factor for the width direction (Y).
Created in NX8.0.0.
License requirements : None