NX Open C++ Reference Guide
|
Represents a Die Wear Plate Locator sub feature. More...
Public Types | |
enum | PositionType { PositionTypeLeft, PositionTypeRight, PositionTypeBoth, PositionTypeNeither } |
Settings for the positioning of the locator relative to the wear plate. More... | |
Public Member Functions | |
NXOpen::Die::DieBuildStatusOption | BuildStatus () |
Returns the build status of wear plate and locators Created in NX4.0.0. | |
NXOpen::Die::WearPlateLocChildBuilder * | CreateChild () |
Creates a child wear plate and locator. | |
void | DeleteChild (NXOpen::Die::WearPlateLocChildBuilder *diewearplatelocchild) |
Deletes a child wear plate and locator Created in NX4.0.0. | |
bool | DesignStatus () |
Returns the design status of wear plate and locators Created in NX4.0.0. | |
bool | DisplayStatus () |
Returns the display status of wear plate and locators Created in NX4.0.0. | |
std::vector < NXOpen::Die::WearPlateLocChildBuilder * > | GetChildren () |
Outputs the children. | |
void | GetPadAttributes (NXString *title, NXString *value, int *color) |
Gets the pad attributes, note existance of attributes depends on usage in main feature Created in NX4.0.0. | |
void | GetRecessAttributes (NXString *title, NXString *value, int *color) |
Gets the recess attributes Created in NX4.0.0. | |
void | GetReliefAttributes (NXString *title, NXString *value, int *color) |
Gets the relief attributes Created in NX4.0.0. | |
NXOpen::Expression * | LocatorDepth () |
Returns the locator depth of die wear plate and locators Created in NX4.0.0. | |
NXOpen::Die::WearPlateLocParentBuilder::PositionType | LocatorPosition () |
Returns the locator position of die wear plate and locators Created in NX4.0.0. | |
NXOpen::Expression * | LocatorWidth () |
Returns the locator width of die wear plate and locators Created in NX4.0.0. | |
int | ReverseNormal () |
Returns the reverse normal setting of die wear plate and locators Created in NX4.0.0. | |
NXOpen::Expression * | RibSupportWidth () |
Returns the wear plate rib support width of die wear plate and locators Created in NX4.0.0. | |
void | SetDesignStatus (bool designStatus) |
Sets the design status of wear plate and locators Created in NX4.0.0. | |
void | SetDisplayStatus (bool displayStatus) |
Sets the display status of wear plate and locators Created in NX4.0.0. | |
void | SetLocatorDepth (const NXString &depth) |
Created in NX4.0.0. | |
void | SetLocatorPosition (NXOpen::Die::WearPlateLocParentBuilder::PositionType position) |
Sets the locator position of die wear plate and locators Created in NX4.0.0. | |
void | SetLocatorWidth (const NXString &width) |
Created in NX4.0.0. | |
void | SetPadAttributes (const NXString &title, const NXString &value, int color) |
Sets the pad attributes, note existance of attributes depends on usage in main feature Created in NX4.0.0. | |
void | SetRecessAttributes (const NXString &title, const NXString &value, int color) |
Sets the recess attributes Created in NX4.0.0. | |
void | SetReliefAttributes (const NXString &title, const NXString &value, int color) |
Sets the relief attributes Created in NX4.0.0. | |
void | SetReverseNormal (int reverseNormal) |
Sets the reverse normal setting of die wear plate and locators Created in NX4.0.0. | |
void | SetRibSupportWidth (const NXString &ribSupportWidth) |
Created in NX4.0.0. | |
void | SetWearPlateLength (const NXString &length) |
Created in NX4.0.0. | |
void | SetWearPlateWidth (const NXString &width) |
Created in NX4.0.0. | |
NXOpen::Expression * | WearPlateLength () |
Returns the wear plate length of die wear plate and locators Created in NX4.0.0. | |
NXOpen::Expression * | WearPlateWidth () |
Returns the wear plate width of die wear plate and locators Created in NX4.0.0. |
Represents a Die Wear Plate Locator sub feature.
This sub feature is created via the main feature builder.
Created in NX4.0.0.
Settings for the positioning of the locator relative to the wear plate.
Returns the build status of wear plate and locators
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Creates a child wear plate and locator.
void NXOpen::Die::WearPlateLocParentBuilder::DeleteChild | ( | NXOpen::Die::WearPlateLocChildBuilder * | diewearplatelocchild | ) |
Deletes a child wear plate and locator
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
diewearplatelocchild | diewearplatelocchild |
Returns the design status of wear plate and locators
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the display status of wear plate and locators
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
std::vector<NXOpen::Die::WearPlateLocChildBuilder *> NXOpen::Die::WearPlateLocParentBuilder::GetChildren | ( | ) |
Outputs the children.
void NXOpen::Die::WearPlateLocParentBuilder::GetPadAttributes | ( | NXString * | title, |
NXString * | value, | ||
int * | color | ||
) |
Gets the pad 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 pad faces |
void NXOpen::Die::WearPlateLocParentBuilder::GetRecessAttributes | ( | NXString * | title, |
NXString * | value, | ||
int * | color | ||
) |
Gets the recess attributes
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
title | title for attribute |
value | value of attribute |
color | color of recess faces |
void NXOpen::Die::WearPlateLocParentBuilder::GetReliefAttributes | ( | NXString * | title, |
NXString * | value, | ||
int * | color | ||
) |
Gets the relief attributes
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
title | title for attribute |
value | value of attribute |
color | color of relief faces |
Returns the locator depth of die wear plate and locators
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
NXOpen::Die::WearPlateLocParentBuilder::PositionType NXOpen::Die::WearPlateLocParentBuilder::LocatorPosition | ( | ) |
Returns the locator position of die wear plate and locators
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the locator width of die wear plate and locators
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the reverse normal setting of die wear plate and locators
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the wear plate rib support width of die wear plate and locators
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
void NXOpen::Die::WearPlateLocParentBuilder::SetDesignStatus | ( | bool | designStatus | ) |
Sets the design status of wear plate and locators
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
designStatus | design status |
void NXOpen::Die::WearPlateLocParentBuilder::SetDisplayStatus | ( | bool | displayStatus | ) |
Sets the display status of wear plate and locators
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
displayStatus | display status |
void NXOpen::Die::WearPlateLocParentBuilder::SetLocatorDepth | ( | const NXString & | depth | ) |
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
depth | Expression value NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Die::WearPlateLocParentBuilder::SetLocatorPosition | ( | NXOpen::Die::WearPlateLocParentBuilder::PositionType | position | ) |
Sets the locator position of die wear plate and locators
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
position | position |
void NXOpen::Die::WearPlateLocParentBuilder::SetLocatorWidth | ( | const NXString & | width | ) |
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
width | Expression value NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Die::WearPlateLocParentBuilder::SetPadAttributes | ( | const NXString & | title, |
const NXString & | value, | ||
int | color | ||
) |
Sets the pad 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 pad faces |
void NXOpen::Die::WearPlateLocParentBuilder::SetRecessAttributes | ( | const NXString & | title, |
const NXString & | value, | ||
int | color | ||
) |
Sets the recess attributes
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 recess faces |
void NXOpen::Die::WearPlateLocParentBuilder::SetReliefAttributes | ( | const NXString & | title, |
const NXString & | value, | ||
int | color | ||
) |
Sets the relief attributes
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 relief faces |
void NXOpen::Die::WearPlateLocParentBuilder::SetReverseNormal | ( | int | reverseNormal | ) |
Sets the reverse normal setting of die wear plate and locators
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
reverseNormal | reverse normal |
void NXOpen::Die::WearPlateLocParentBuilder::SetRibSupportWidth | ( | const NXString & | ribSupportWidth | ) |
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
ribSupportWidth | Expression value NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Die::WearPlateLocParentBuilder::SetWearPlateLength | ( | const NXString & | length | ) |
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
length | Expression value NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Die::WearPlateLocParentBuilder::SetWearPlateWidth | ( | const NXString & | width | ) |
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
width | Expression value NOTE: The full Unicode character set is not supported for this parameter. |
Returns the wear plate length of die wear plate and locators
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the wear plate width of die wear plate and locators
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")