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