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. | |
void | AddPart (const char *partName) |
Add the part to the collection of parts to be unformed and scaled. | |
int | CalculationMethod () |
Returns the calculation method defining methods to calculate shrinkage factors. | |
NXOpen::CoordinateSystem * | CoordinateSystem () |
Returns the coordinate system defining the origin as well as the X and Y axis for shrinkage. | |
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. | |
void | RemovePart (const char *partName) |
Remove the part from the collection of parts to be unformed and scaled. | |
void | SetCalculationMethod (int calculationMethod) |
Sets the calculation method defining methods to calculate shrinkage factors. | |
void | SetCoordinateSystem (NXOpen::CoordinateSystem *coordinateSystem) |
Sets the coordinate system defining the origin as well as the X and Y axis for shrinkage. | |
void | SetXDirectionType (int xDirType) |
Sets the option that determines how the X direction is created. | |
NXOpen::Expression * | Width () |
Returns the expression containing the scale factor for the width direction (Y). | |
NXOpen::Expression * | XCount () |
Returns the expression containing the attached part count in x direction. | |
int | XDirectionType () |
Returns the option that determines how the X direction is created. | |
NXOpen::Expression * | XWidth () |
Returns the expression containing the width in x direction. | |
NXOpen::Expression * | YCount () |
Returns the expression containing the attached part count in y direction. | |
NXOpen::Expression * | YWidth () |
Returns the expression containing the width in y direction. | |
![]() | |
NXOpen::Features::Feature * | CommitFeature () |
Commits the feature parameters and creates the feature. | |
NXOpen::Features::Feature * | GetFeature () |
Returns the feature currently being edited by this builder. | |
void | HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature) |
Re-suppress an internal parent feature (a slave feature) after it has been edited. | |
bool | ParentFeatureInternal () |
Returns whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
bool | PatchSolutionFlag () |
Returns the patch solution flag Created in NX8.0.1. | |
NXString | PatchSurfaceFilename () |
Returns the patch surface filename Created in NX8.0.1. | |
void | SetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
Set the parent features which would be internal or slaves to the feature being created or commited Created in NX6.0.0. | |
void | SetParentFeatureInternal (bool isInternal) |
Sets whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
void | SetPatchSolutionFlag (bool optionValue) |
Sets the patch solution flag Created in NX8.0.1. | |
void | SetPatchSurfaceFilename (const NXString &surfaceFilename) |
Sets the patch surface filename Created in NX8.0.1. | |
void | SetPatchSurfaceFilename (const char *surfaceFilename) |
Sets the patch surface filename Created in NX8.0.1. | |
void | SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename) |
Sets the surrounding patch surface filename Created in NX8.0.1. | |
void | SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename) |
Sets the surrounding patch surface filename Created in NX8.0.1. | |
void | ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature) |
Unsuppress an internal parent feature (a slave feature) so it can be edited. | |
NXString | SurroundingPatchSurfaceFilename () |
Returns the surrounding patch surface filename Created in NX8.0.1. | |
void | UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
Set the internal parent feature of the feature being edited to external Created in NX6.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. | |
Used to create or edit a Features::ShipDesign::PlatePreparation feature.
<br> To create a new instance of this class, use @link Features::ShipCollection::CreatePlatePreparationBuilder Features::ShipCollection::CreatePlatePreparationBuilder @endlink <br>
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. |
void NXOpen::Features::ShipDesign::PlatePreparationBuilder::AddPart | ( | const char * | 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. |
int NXOpen::Features::ShipDesign::PlatePreparationBuilder::CalculationMethod | ( | ) |
Returns the calculation method defining methods to calculate shrinkage factors.
Created in NX8.5.0.
License requirements : None
NXOpen::CoordinateSystem* NXOpen::Features::ShipDesign::PlatePreparationBuilder::CoordinateSystem | ( | ) |
Returns the coordinate system defining the origin as well as the X and Y axis for shrinkage.
Created in NX8.5.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::ShipDesign::PlatePreparationBuilder::Length | ( | ) |
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. |
void NXOpen::Features::ShipDesign::PlatePreparationBuilder::RemovePart | ( | const char * | 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. |
void NXOpen::Features::ShipDesign::PlatePreparationBuilder::SetCalculationMethod | ( | int | calculationMethod | ) |
Sets the calculation method defining methods to calculate shrinkage factors.
Created in NX8.5.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")
calculationMethod | calculationmethod |
void NXOpen::Features::ShipDesign::PlatePreparationBuilder::SetCoordinateSystem | ( | NXOpen::CoordinateSystem * | coordinateSystem | ) |
Sets the coordinate system defining the origin as well as the X and Y axis for shrinkage.
Created in NX8.5.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")
coordinateSystem | coordinatesystem |
void NXOpen::Features::ShipDesign::PlatePreparationBuilder::SetXDirectionType | ( | int | xDirType | ) |
Sets the option that determines how the X direction is created.
Created in NX8.5.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")
xDirType | xdirtype |
NXOpen::Expression* NXOpen::Features::ShipDesign::PlatePreparationBuilder::Width | ( | ) |
Returns the expression containing the scale factor for the width direction (Y).
Created in NX8.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::ShipDesign::PlatePreparationBuilder::XCount | ( | ) |
Returns the expression containing the attached part count in x direction.
Created in NX8.5.0.
License requirements : None
int NXOpen::Features::ShipDesign::PlatePreparationBuilder::XDirectionType | ( | ) |
Returns the option that determines how the X direction is created.
Created in NX8.5.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::ShipDesign::PlatePreparationBuilder::XWidth | ( | ) |
Returns the expression containing the width in x direction.
Created in NX8.5.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::ShipDesign::PlatePreparationBuilder::YCount | ( | ) |
Returns the expression containing the attached part count in y direction.
Created in NX8.5.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::ShipDesign::PlatePreparationBuilder::YWidth | ( | ) |
Returns the expression containing the width in y direction.
Created in NX8.5.0.
License requirements : None