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. |
Represents a Die Pressure System Parent sub feature.
This sub feature is created via the main feature builder.
Created in NX4.0.0.
Returns the build status of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the clearance of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
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 |
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")
Returns the diameter of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
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.
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 |
Returns the x count of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the x distance of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the x offset of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the y count of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the y distance of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the y offset of pressure systems.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")