NX Open C++ Reference Guide
|
Represents a Die Pad Parent sub feature. More...
Public Types | |
enum | ShapeTypeOption { ShapeTypeOptionRectangular, ShapeTypeOptionCircular, ShapeTypeOptionCurve } |
Settings for the shape type of the die pads. More... | |
Public Member Functions | |
NXOpen::Die::DieBuildStatusOption | BuildStatus () |
Returns the build status of die pads. | |
bool | CenterHole () |
Returns the center hole switch of die pads, if true the center hole will be created in the pads, if false they will not. | |
NXOpen::Die::PadChildBuilder * | CreateChild () |
Creates a child pad. | |
void | DeleteChild (NXOpen::Die::PadChildBuilder *diepadchild) |
Deletes a child pad. | |
bool | DesignStatus () |
Returns the design status of die pads, if true the pads will be built into the model, if false they will not. | |
double | Diameter () |
Returns the diameter of die pads. | |
bool | DisplayStatus () |
Returns the display status of die pads, if true input data to the pads will be displayed, if false the input data will not be displayed. | |
std::vector < NXOpen::Die::PadChildBuilder * > | GetChildren () |
Outputs the child pads. | |
void | GetHoleAttributes (NXString *title, NXString *value, int *color, NXString *diameterTitle) |
Gets the hole attributes, note existance of attributes depends on usage in main feature. | |
void | GetPadAttributes (NXString *title, NXString *value, int *color) |
Gets the pad attributes, note existance of attributes depends on usage in main feature. | |
void | GetReliefAttributes (NXString *title, NXString *value, int *color) |
Gets the relief attributes, note existance of attributes depends on usage in main feature. | |
double | Height () |
Returns the height of die pads. | |
double | HoleDiameter () |
Returns the hole diameter of die pads. | |
double | Length () |
Returns the length of die pads. | |
double | LocationOffset () |
Returns the location offset of die pads. | |
bool | Relief () |
Returns the relief switch of die pads, if true the relief will be built around the pads, if false they will not. | |
double | ReliefDepth () |
Returns the relief depth of die pads. | |
double | ReliefWidth () |
Returns the relief width of die pads. | |
void | SetCenterHole (bool centerHole) |
Sets the center hole switch of die pads, if true the center hole will be created in the pads, if false they will not. | |
void | SetDesignStatus (bool designStatus) |
Sets the design status of die pads, if true the pads will be built into the model, if false they will not. | |
void | SetDiameter (double diameter) |
Sets the diameter of die pads. | |
void | SetDisplayStatus (bool displayStatus) |
Sets the display status of die pads, if true input data to the pads will be displayed, if false the input data will not be displayed. | |
void | SetHeight (double height) |
Sets the height of die pads. | |
void | SetHoleAttributes (const NXString &title, const NXString &value, int color, const NXString &diameterTitle) |
Sets the hole attributes, note existance of attributes depends on usage in main feature. | |
void | SetHoleDiameter (double holeDiameter) |
Sets the hole diameter of die pads. | |
void | SetLength (double length) |
Sets the length of die pads. | |
void | SetLocationOffset (double locationOffset) |
Sets the location offset of die pads. | |
void | SetPadAttributes (const NXString &title, const NXString &value, int color) |
Sets the pad attributes, note existance of attributes depends on usage in main feature. | |
void | SetRelief (bool relief) |
Sets the relief switch of die pads, if true the relief will be built around the pads, if false they will not. | |
void | SetReliefAttributes (const NXString &title, const NXString &value, int color) |
Sets the relief attributes, note existance of attributes depends on usage in main feature. | |
void | SetReliefDepth (double reliefDepth) |
Sets the relief depth of die pads. | |
void | SetReliefWidth (double reliefWidth) |
Sets the relief width of die pads. | |
void | SetShapeType (NXOpen::Die::PadParentBuilder::ShapeTypeOption shapeType) |
Sets the shape type of die pads. | |
void | SetSurfaceOffset (double surfaceOffset) |
Sets the surface offset of die pads. | |
void | SetWidth (double width) |
Sets the width of die pads. | |
NXOpen::Die::PadParentBuilder::ShapeTypeOption | ShapeType () |
Returns the shape type of die pads. | |
double | SurfaceOffset () |
Returns the surface offset of die pads. | |
double | Width () |
Returns the width of die pads. |
Represents a Die Pad Parent sub feature.
This sub feature is created via the main feature builder.
Created in NX4.0.0.
Settings for the shape type of the die pads.
ShapeTypeOptionRectangular |
Rectangular pad. |
ShapeTypeOptionCircular |
Circular pad. |
ShapeTypeOptionCurve |
Curve defined pad. |
Returns the build status of die pads.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the center hole switch of die pads, if true the center hole will be created in the pads, if false they will not.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Creates a child pad.
void NXOpen::Die::PadParentBuilder::DeleteChild | ( | NXOpen::Die::PadChildBuilder * | diepadchild | ) |
Deletes a child pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
diepadchild | diepadchild |
Returns the design status of die pads, if true the pads will be built into the model, if false they will not.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::PadParentBuilder::Diameter | ( | ) |
Returns the diameter of die pads.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the display status of die pads, if true input data to the pads 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::PadChildBuilder *> NXOpen::Die::PadParentBuilder::GetChildren | ( | ) |
Outputs the child pads.
void NXOpen::Die::PadParentBuilder::GetHoleAttributes | ( | NXString * | title, |
NXString * | value, | ||
int * | color, | ||
NXString * | diameterTitle | ||
) |
Gets the hole 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 hole faces. |
diameterTitle | Title for diameter attribute. |
void NXOpen::Die::PadParentBuilder::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::PadParentBuilder::GetReliefAttributes | ( | NXString * | title, |
NXString * | value, | ||
int * | color | ||
) |
Gets the relief 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 relief faces. |
double NXOpen::Die::PadParentBuilder::Height | ( | ) |
Returns the height of die pads.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::PadParentBuilder::HoleDiameter | ( | ) |
Returns the hole diameter of die pads.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::PadParentBuilder::Length | ( | ) |
Returns the length of die pads.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the location offset of die pads.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the relief switch of die pads, if true the relief will be built around the pads, if false they will not.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::PadParentBuilder::ReliefDepth | ( | ) |
Returns the relief depth of die pads.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::PadParentBuilder::ReliefWidth | ( | ) |
Returns the relief width of die pads.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
void NXOpen::Die::PadParentBuilder::SetCenterHole | ( | bool | centerHole | ) |
Sets the center hole switch of die pads, if true the center hole will be created in the pads, if false they will not.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
centerHole | center hole |
void NXOpen::Die::PadParentBuilder::SetDesignStatus | ( | bool | designStatus | ) |
Sets the design status of die pads, if true the pads 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::PadParentBuilder::SetDiameter | ( | double | diameter | ) |
Sets the diameter of die pads.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
diameter | diameter |
void NXOpen::Die::PadParentBuilder::SetDisplayStatus | ( | bool | displayStatus | ) |
Sets the display status of die pads, if true input data to the pads 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::PadParentBuilder::SetHeight | ( | double | height | ) |
Sets the height of die pads.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
height | height |
void NXOpen::Die::PadParentBuilder::SetHoleAttributes | ( | const NXString & | title, |
const NXString & | value, | ||
int | color, | ||
const NXString & | diameterTitle | ||
) |
Sets the hole 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 hole faces. |
diameterTitle | Title for diameter attribute. NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Die::PadParentBuilder::SetHoleDiameter | ( | double | holeDiameter | ) |
Sets the hole diameter of die pads.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
holeDiameter | hole diameter |
void NXOpen::Die::PadParentBuilder::SetLength | ( | double | length | ) |
Sets the length of die pads.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
length | length |
void NXOpen::Die::PadParentBuilder::SetLocationOffset | ( | double | locationOffset | ) |
Sets the location offset of die pads.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
locationOffset | location offset |
void NXOpen::Die::PadParentBuilder::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::PadParentBuilder::SetRelief | ( | bool | relief | ) |
Sets the relief switch of die pads, if true the relief will be built around the pads, if false they will not.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
relief | relief |
void NXOpen::Die::PadParentBuilder::SetReliefAttributes | ( | const NXString & | title, |
const NXString & | value, | ||
int | color | ||
) |
Sets the relief 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 relief faces. |
void NXOpen::Die::PadParentBuilder::SetReliefDepth | ( | double | reliefDepth | ) |
Sets the relief depth of die pads.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
reliefDepth | relief depth |
void NXOpen::Die::PadParentBuilder::SetReliefWidth | ( | double | reliefWidth | ) |
Sets the relief width of die pads.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
reliefWidth | relief width |
void NXOpen::Die::PadParentBuilder::SetShapeType | ( | NXOpen::Die::PadParentBuilder::ShapeTypeOption | shapeType | ) |
Sets the shape type of die pads.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
shapeType | shape type |
void NXOpen::Die::PadParentBuilder::SetSurfaceOffset | ( | double | surfaceOffset | ) |
Sets the surface offset of die pads.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
surfaceOffset | surface offset |
void NXOpen::Die::PadParentBuilder::SetWidth | ( | double | width | ) |
Sets the width of die pads.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
width | width |
Returns the shape type of die pads.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::PadParentBuilder::SurfaceOffset | ( | ) |
Returns the surface offset of die pads.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::PadParentBuilder::Width | ( | ) |
Returns the width of die pads.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")