NX Open C++ Reference Guide
|
Represents a Die Pressure System Child sub feature. More...
Public Member Functions | |
NXOpen::Die::DieBuildStatusOption | BuildStatus () |
Returns the build status of the pressure system. | |
double | Clearance () |
Returns the clearance of the pressure system. | |
NXOpen::CartesianCoordinateSystem * | Csys () |
Returns the csys of the pressure system. | |
bool | DesignStatus () |
Returns the design status of the pressure system, if true the pressure system will be built into the model, if false it will not. | |
double | Diameter () |
Returns the diameter of the pressure system. | |
bool | DisplayStatus () |
Returns the display status of the pressure system, if true input data to the pressure system will be displayed, if false the input data will not be displayed. | |
double | Height () |
Returns the height of the pressure system. | |
NXOpen::Point * | Point () |
Returns the location of the pressure system. | |
void | SetClearance (double clearance) |
Sets the clearance of the pressure system. | |
void | SetCsys (NXOpen::CartesianCoordinateSystem *csys) |
Sets the csys of the pressure system. | |
void | SetDesignStatus (bool designStatus) |
Sets the design status of the pressure system, if true the pressure system will be built into the model, if false it will not. | |
void | SetDiameter (double diameter) |
Sets the diameter of the pressure system. | |
void | SetDisplayStatus (bool displayStatus) |
Sets the display status of the pressure system, if true input data to the pressure system will be displayed, if false the input data will not be displayed. | |
void | SetHeight (double height) |
Sets the height of the pressure system. | |
void | SetPoint (NXOpen::Point *point) |
Sets the location of the pressure system. |
Represents a Die Pressure System Child sub feature.
This sub feature is created via the main feature builder.
Created in NX4.0.0.
Returns the build status of the pressure system.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the clearance of the pressure system.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the csys of the pressure system.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the design status of the pressure system, if true the pressure system will be built into the model, if false it will not.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the diameter of the pressure system.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the display status of the pressure system, if true input data to the pressure system will be displayed, if false the input data will not be displayed.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the height of the pressure system.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the location of the pressure system.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
void NXOpen::Die::PressureSystemChildBuilder::SetClearance | ( | double | clearance | ) |
Sets the clearance of the pressure system.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
clearance | clearance |
Sets the csys of the pressure system.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
csys | csys |
void NXOpen::Die::PressureSystemChildBuilder::SetDesignStatus | ( | bool | designStatus | ) |
Sets the design status of the pressure system, if true the pressure system will be built into the model, if false it will not.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
designStatus | design status |
void NXOpen::Die::PressureSystemChildBuilder::SetDiameter | ( | double | diameter | ) |
Sets the diameter of the pressure system.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
diameter | diameter |
void NXOpen::Die::PressureSystemChildBuilder::SetDisplayStatus | ( | bool | displayStatus | ) |
Sets the display status of the pressure system, if true input data to the pressure system 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::PressureSystemChildBuilder::SetHeight | ( | double | height | ) |
Sets the height of the pressure system.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
height | height |
void NXOpen::Die::PressureSystemChildBuilder::SetPoint | ( | NXOpen::Point * | point | ) |
Sets the location of the pressure system.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
point | point |