NX Open C++ Reference Guide
|
Represents a Die Connecting Profile sub feature. More...
Public Member Functions | |
NXOpen::Die::DieBuildStatusOption | BuildStatus () |
Returns the build status of die connecting profiles Created in NX4.0.0. | |
bool | DesignStatus () |
Returns the design status of die connecting profiles Created in NX4.0.0. | |
bool | DisplayStatus () |
Returns the display status of die pierce holes Created in NX4.0.0. | |
std::vector< NXOpen::IProfile * > | GetProfile (NXOpen::Die::DirectionOption *direction) |
Gets the connecting profiles of the steel insert. | |
void | SetDesignStatus (bool designStatus) |
Sets the design status of die connecting profiles Created in NX4.0.0. | |
void | SetDisplayStatus (bool displayStatus) |
Sets the display status of die pierce holes Created in NX4.0.0. | |
void | SetProfile (NXOpen::Die::DirectionOption direction, const std::vector< NXOpen::IProfile * > &profileEntries) |
Sets the connecting profiles of the steel insert Created in NX4.0.0. |
Represents a Die Connecting Profile sub feature.
This sub feature is created via the main feature builder.
Created in NX4.0.0.
Returns the build status of die connecting profiles
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the design status of die connecting profiles
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the display status of die pierce holes
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
std::vector<NXOpen::IProfile *> NXOpen::Die::ConnectProfileParentBuilder::GetProfile | ( | NXOpen::Die::DirectionOption * | direction | ) |
Gets the connecting profiles of the steel insert.
direction | profile direction |
void NXOpen::Die::ConnectProfileParentBuilder::SetDesignStatus | ( | bool | designStatus | ) |
Sets the design status of die connecting profiles
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
designStatus | design status |
void NXOpen::Die::ConnectProfileParentBuilder::SetDisplayStatus | ( | bool | displayStatus | ) |
Sets the display status of die pierce holes
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
displayStatus | display status |
void NXOpen::Die::ConnectProfileParentBuilder::SetProfile | ( | NXOpen::Die::DirectionOption | direction, |
const std::vector< NXOpen::IProfile * > & | profileEntries | ||
) |
Sets the connecting profiles of the steel insert
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
direction | profile direction |
profileEntries | profile entries |