NX Open C++ Reference Guide
|
Represents a Die Pressure System Parent sub feature. More...
Public Member Functions | |
NXOpen::Die::DieBuildStatusOption | BuildStatus () |
Returns the build status of pressure systems. | |
double | Clearance () |
Returns the clearance of pressure systems. | |
NXOpen::Die::PressureSystemChildBuilder * | CreateChild () |
Creates a child pressure system. | |
void | DeleteChild (NXOpen::Die::PressureSystemChildBuilder *diepressuresystemchild) |
Deletes a child pressure system. | |
bool | DesignStatus () |
Returns the design status of pressure systems, if true the pressure systems will be built into the model, if false they will not. | |
double | Diameter () |
Returns the diameter of pressure systems. | |
bool | DisplayStatus () |
Returns the display status of pressure systems, if true input data to the pressure systems will be displayed, if false the input data will not be displayed. | |
std::vector < NXOpen::Die::PressureSystemChildBuilder * > | GetChildren () |
Outputs the child pressure systems. | |
double | Height () |
Returns the height of pressure systems. | |
void | SetClearance (double clearance) |
Sets the clearance of pressure systems. | |
void | SetDesignStatus (bool designStatus) |
Sets the design status of pressure systems, if true the pressure systems will be built into the model, if false they will not. | |
void | SetDiameter (double diameter) |
Sets the diameter of pressure systems. | |
void | SetDisplayStatus (bool displayStatus) |
Sets the display status of pressure systems, if true input data to the pressure systems will be displayed, if false the input data will not be displayed. | |
void | SetHeight (double height) |
Sets the height of pressure systems. | |
void | SetXCount (int xCount) |
Sets the x count of pressure systems. | |
void | SetXDistance (double xDistance) |
Sets the x distance of pressure systems. | |
void | SetXOffset (double xOffset) |
Sets the x offset of pressure systems. | |
void | SetYCount (int yCount) |
Sets the y count of pressure systems. | |
void | SetYDistance (double yDistance) |
Sets the y distance of pressure systems. | |
void | SetYOffset (double yOffset) |
Sets the y offset of pressure systems. | |
int | XCount () |
Returns the x count of pressure systems. | |
double | XDistance () |
Returns the x distance of pressure systems. | |
double | XOffset () |
Returns the x offset of pressure systems. | |
int | YCount () |
Returns the y count of pressure systems. | |
double | YDistance () |
Returns the y distance of pressure systems. | |
double | YOffset () |
Returns the y offset of pressure systems. | |
![]() | |
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. | |
Represents a Die Pressure System Parent sub feature.
This sub feature is created via the main feature builder.
Created in NX4.0.0.
NXOpen::Die::DieBuildStatusOption NXOpen::Die::PressureSystemParentBuilder::BuildStatus | ( | ) |
Returns the build status of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::PressureSystemParentBuilder::Clearance | ( | ) |
Returns the clearance of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
NXOpen::Die::PressureSystemChildBuilder* NXOpen::Die::PressureSystemParentBuilder::CreateChild | ( | ) |
Creates a child pressure system.
void NXOpen::Die::PressureSystemParentBuilder::DeleteChild | ( | NXOpen::Die::PressureSystemChildBuilder * | diepressuresystemchild | ) |
Deletes a child pressure system.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
diepressuresystemchild | diepressuresystemchild |
bool NXOpen::Die::PressureSystemParentBuilder::DesignStatus | ( | ) |
Returns the design status of pressure systems, if true the pressure systems will be built into the model, if false they will not.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::PressureSystemParentBuilder::Diameter | ( | ) |
Returns the diameter of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
bool NXOpen::Die::PressureSystemParentBuilder::DisplayStatus | ( | ) |
Returns the display status of pressure systems, if true input data to the pressure systems will be displayed, if false the input data will not be displayed.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
std::vector<NXOpen::Die::PressureSystemChildBuilder *> NXOpen::Die::PressureSystemParentBuilder::GetChildren | ( | ) |
Outputs the child pressure systems.
double NXOpen::Die::PressureSystemParentBuilder::Height | ( | ) |
Returns the height of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
void NXOpen::Die::PressureSystemParentBuilder::SetClearance | ( | double | clearance | ) |
Sets the clearance of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
clearance | clearance |
void NXOpen::Die::PressureSystemParentBuilder::SetDesignStatus | ( | bool | designStatus | ) |
Sets the design status of pressure systems, if true the pressure systems will be built into the model, if false they will not.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
designStatus | design status |
void NXOpen::Die::PressureSystemParentBuilder::SetDiameter | ( | double | diameter | ) |
Sets the diameter of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
diameter | diameter |
void NXOpen::Die::PressureSystemParentBuilder::SetDisplayStatus | ( | bool | displayStatus | ) |
Sets the display status of pressure systems, if true input data to the pressure systems will be displayed, if false the input data will not be displayed.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
displayStatus | display status |
void NXOpen::Die::PressureSystemParentBuilder::SetHeight | ( | double | height | ) |
Sets the height of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
height | height |
void NXOpen::Die::PressureSystemParentBuilder::SetXCount | ( | int | xCount | ) |
Sets the x count of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
xCount | x count |
void NXOpen::Die::PressureSystemParentBuilder::SetXDistance | ( | double | xDistance | ) |
Sets the x distance of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
xDistance | x distance |
void NXOpen::Die::PressureSystemParentBuilder::SetXOffset | ( | double | xOffset | ) |
Sets the x offset of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
xOffset | x offset |
void NXOpen::Die::PressureSystemParentBuilder::SetYCount | ( | int | yCount | ) |
Sets the y count of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
yCount | y count |
void NXOpen::Die::PressureSystemParentBuilder::SetYDistance | ( | double | yDistance | ) |
Sets the y distance of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
yDistance | y distance |
void NXOpen::Die::PressureSystemParentBuilder::SetYOffset | ( | double | yOffset | ) |
Sets the y offset of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
yOffset | y offset |
int NXOpen::Die::PressureSystemParentBuilder::XCount | ( | ) |
Returns the x count of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::PressureSystemParentBuilder::XDistance | ( | ) |
Returns the x distance of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::PressureSystemParentBuilder::XOffset | ( | ) |
Returns the x offset of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
int NXOpen::Die::PressureSystemParentBuilder::YCount | ( | ) |
Returns the y count of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::PressureSystemParentBuilder::YDistance | ( | ) |
Returns the y distance of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::PressureSystemParentBuilder::YOffset | ( | ) |
Returns the y offset of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")