NX Open C++ Reference Guide
|
Represents a Die Throat Parent sub feature. More...
Public Types | |
enum | TypeOption { TypeOptionWipe, TypeOptionRestrike } |
Settings for the type of the throat section. More... | |
Public Member Functions | |
NXOpen::Die::DieBuildStatusOption | BuildStatus () |
Returns the build status of the throat sections. | |
NXOpen::Die::ThroatChildBuilder * | CreateChild () |
Creates a child throat section. | |
void | DeleteChild (NXOpen::Die::ThroatChildBuilder *diethroatchild) |
Deletes a child throat section. | |
bool | DesignStatus () |
Returns the design status of the throat sections, if true the throat sections will be built into the model, if false they will not. | |
bool | DisplayStatus () |
Returns the display status of the throat sections, if true input data to the throat sections will be displayed, if false the input data will not be displayed. | |
void | GetCavityAttributes (NXString *title, NXString *value, int *color) |
Gets the cavity attributes, note existance of attributes depends on usage in main feature. | |
std::vector < NXOpen::Die::ThroatChildBuilder * > | GetChildren () |
Outputs the child throat sections. | |
void | GetExtensionAttributes (NXString *title, NXString *value, int *color) |
Gets the extension attributes, note existance of attributes depends on usage in main feature. | |
double | Radius () |
Returns the radius to be applied at the back of the throat, top and bottom Created in NX4.0.0. | |
void | SetCavityAttributes (const NXString &title, const NXString &value, int color) |
Sets the cavity attributes, note existance of attributes depends on usage in main feature. | |
void | SetDesignStatus (bool designStatus) |
Sets the design status of the throat sections, if true the throat sections will be built into the model, if false they will not. | |
void | SetDisplayStatus (bool displayStatus) |
Sets the display status of the throat sections, if true input data to the throat sections will be displayed, if false the input data will not be displayed. | |
void | SetExtensionAttributes (const NXString &title, const NXString &value, int color) |
Sets the extension attributes, note existance of attributes depends on usage in main feature. | |
void | SetRadius (double radius) |
Sets the radius to be applied at the back of the throat, top and bottom Created in NX4.0.0. | |
void | SetStep (double step) |
Sets the step to be applied at the end of the tangential extension of the flange Created in NX4.0.0. | |
void | SetType (NXOpen::Die::ThroatParentBuilder::TypeOption type) |
Sets the type of throat sections. | |
double | Step () |
Returns the step to be applied at the end of the tangential extension of the flange Created in NX4.0.0. | |
NXOpen::Die::ThroatParentBuilder::TypeOption | Type () |
Returns the type of throat sections. |
Represents a Die Throat Parent sub feature.
This sub feature is created via the main feature builder.
Created in NX4.0.0.
Returns the build status of the throat sections.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Creates a child throat section.
void NXOpen::Die::ThroatParentBuilder::DeleteChild | ( | NXOpen::Die::ThroatChildBuilder * | diethroatchild | ) |
Deletes a child throat section.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
diethroatchild | diethroatchild |
Returns the design status of the throat sections, if true the throat sections 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 the throat sections, if true input data to the throat sections will be displayed, if false the input data will not be displayed.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
void NXOpen::Die::ThroatParentBuilder::GetCavityAttributes | ( | NXString * | title, |
NXString * | value, | ||
int * | color | ||
) |
Gets the cavity attributes, note existance of attributes depends on usage in main feature.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
title | Title for attribute. |
value | Value of attribute. |
color | Color of cavity faces. |
std::vector<NXOpen::Die::ThroatChildBuilder *> NXOpen::Die::ThroatParentBuilder::GetChildren | ( | ) |
Outputs the child throat sections.
void NXOpen::Die::ThroatParentBuilder::GetExtensionAttributes | ( | NXString * | title, |
NXString * | value, | ||
int * | color | ||
) |
Gets the extension attributes, note existance of attributes depends on usage in main feature.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
title | Title for attribute. |
value | Value of attribute. |
color | Color of extension faces. |
double NXOpen::Die::ThroatParentBuilder::Radius | ( | ) |
Returns the radius to be applied at the back of the throat, top and bottom
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
void NXOpen::Die::ThroatParentBuilder::SetCavityAttributes | ( | const NXString & | title, |
const NXString & | value, | ||
int | color | ||
) |
Sets the cavity attributes, note existance of attributes depends on usage in main feature.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
title | Title for attribute. NOTE: The full Unicode character set is not supported for this parameter. |
value | Value of attribute. NOTE: The full Unicode character set is not supported for this parameter. |
color | Color of cavity faces. |
void NXOpen::Die::ThroatParentBuilder::SetDesignStatus | ( | bool | designStatus | ) |
Sets the design status of the throat sections, if true the throat sections 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::ThroatParentBuilder::SetDisplayStatus | ( | bool | displayStatus | ) |
Sets the display status of the throat sections, if true input data to the throat sections 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::ThroatParentBuilder::SetExtensionAttributes | ( | const NXString & | title, |
const NXString & | value, | ||
int | color | ||
) |
Sets the extension attributes, note existance of attributes depends on usage in main feature.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
title | Title for attribute. NOTE: The full Unicode character set is not supported for this parameter. |
value | Value of attribute. NOTE: The full Unicode character set is not supported for this parameter. |
color | Color of extension faces. |
void NXOpen::Die::ThroatParentBuilder::SetRadius | ( | double | radius | ) |
Sets the radius to be applied at the back of the throat, top and bottom
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
radius | radius |
void NXOpen::Die::ThroatParentBuilder::SetStep | ( | double | step | ) |
Sets the step to be applied at the end of the tangential extension of the flange
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
step | step |
Sets the type of throat sections.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
type | type |
double NXOpen::Die::ThroatParentBuilder::Step | ( | ) |
Returns the step to be applied at the end of the tangential extension of the flange
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the type of throat sections.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")