NX Open C++ Reference Guide
|
Represents a Die Point Parent sub feature. More...
Public Member Functions | |
NXOpen::Die::DieBuildStatusOption | BuildStatus () |
Returns the build status of points. | |
NXOpen::Die::PointChildBuilder * | CreateChild () |
Creates a child point. | |
void | DeleteChild (NXOpen::Die::PointChildBuilder *diepointchild) |
Deletes a child point. | |
bool | DesignStatus () |
Returns the design status of points, if true the points will be built into the model, if false they will not. | |
bool | DisplayStatus () |
Returns the display status of points, if true input data to the points will be displayed, if false the input data will not be displayed. | |
std::vector < NXOpen::Die::PointChildBuilder * > | GetChildren () |
Outputs the child points. | |
void | SetDesignStatus (bool designStatus) |
Sets the design status of points, if true the points will be built into the model, if false they will not. | |
void | SetDisplayStatus (bool displayStatus) |
Sets the display status of points, if true input data to the points will be displayed, if false the input data will not be displayed. |
Represents a Die Point Parent sub feature.
This sub feature is created via the main feature builder.
Created in NX4.0.0.
Returns the build status of points.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Creates a child point.
void NXOpen::Die::PointParentBuilder::DeleteChild | ( | NXOpen::Die::PointChildBuilder * | diepointchild | ) |
Deletes a child point.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
diepointchild | diepointchild |
Returns the design status of points, if true the points 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 display status of points, if true input data to the points 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::PointChildBuilder *> NXOpen::Die::PointParentBuilder::GetChildren | ( | ) |
Outputs the child points.
void NXOpen::Die::PointParentBuilder::SetDesignStatus | ( | bool | designStatus | ) |
Sets the design status of points, if true the points 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::PointParentBuilder::SetDisplayStatus | ( | bool | displayStatus | ) |
Sets the display status of points, if true input data to the points 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 |