NX Open C++ Reference Guide
|
Represents a Die Pad Child sub feature. More...
Public Types | |
enum | ShapeTypeOption { ShapeTypeOptionRectangular, ShapeTypeOptionCircular, ShapeTypeOptionCurve } |
Settings for the shape type of the die pad. More... | |
Public Member Functions | |
NXOpen::Die::DieBuildStatusOption | BuildStatus () |
Returns the build status of the die pad. | |
bool | CenterHole () |
Returns the center hole switch of the die pad, if true the center hole will be created in the pad, if false it will not. | |
bool | DesignStatus () |
Returns the design status of the die pad, if true the pad will be built into the model, if false it will not. | |
double | Diameter () |
Returns the diameter of the die pad. | |
bool | DisplayStatus () |
Returns the display status of the die pad, if true input data to the pad will be displayed, if false the input data will not be displayed. | |
void | GetHoleAttributes (NXString *title, NXString *value, int *color, NXString *diameterTitle) |
Gets the hole attributes, note existance of attributes depends on usage in main feature. | |
std::vector< NXOpen::Point * > | GetHoleCenters () |
Gets the hole centers of the die pad. | |
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. | |
std::vector< NXOpen::IProfile * > | GetShape (NXOpen::Die::DirectionOption *direction) |
Gets the shape profile of the die pads. | |
double | Height () |
Returns the height of the die pad. | |
double | HoleDiameter () |
Returns the hole diameter of the die pad. | |
double | Length () |
Returns the length of the die pad. | |
NXOpen::IOrientation * | LimitingSurface () |
Returns the limiting surface of the die pad. | |
NXOpen::ILocation * | Location () |
Returns the location of the die pad. | |
double | LocationOffset () |
Returns the location offset of the die pad. | |
NXOpen::IReferenceAxis * | LocationOffsetDirection () |
Returns the location offset direction of the die pad. | |
NXOpen::IOrientation * | OrientationPlane () |
Returns the orientation plane of the die pad. | |
bool | Relief () |
Returns the relief switch of the die pad, if true the relief will be built around the pad, if false it will not. | |
double | ReliefDepth () |
Returns the relief depth of the die pad. | |
double | ReliefWidth () |
Returns the relief width of the die pad. | |
bool | ReverseOrientation () |
Returns the value to reverse the orientation of the orientation plane, if true the pad orientation normal will be reversed, if false it will not. | |
void | SetCenterHole (bool centerHole) |
Sets the center hole switch of the die pad, if true the center hole will be created in the pad, if false it will not. | |
void | SetDesignStatus (bool designStatus) |
Sets the design status of the die pad, if true the pad will be built into the model, if false it will not. | |
void | SetDiameter (double diameter) |
Sets the diameter of the die pad. | |
void | SetDisplayStatus (bool displayStatus) |
Sets the display status of the die pad, if true input data to the pad will be displayed, if false the input data will not be displayed. | |
void | SetHeight (double height) |
Sets the height of the die pad. | |
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 | SetHoleAttributes (const char *title, const char *value, int color, const char *diameterTitle) |
Sets the hole attributes, note existance of attributes depends on usage in main feature. | |
void | SetHoleCenters (const std::vector< NXOpen::Point * > &holes) |
Sets the hole centers of the die pad. | |
void | SetHoleDiameter (double holeDiameter) |
Sets the hole diameter of the die pad. | |
void | SetLength (double length) |
Sets the length of the die pad. | |
void | SetLimitingSurface (NXOpen::IOrientation *limitingSurface) |
Sets the limiting surface of the die pad. | |
void | SetLocation (NXOpen::ILocation *location) |
Sets the location of the die pad. | |
void | SetLocationOffset (double locationOffset) |
Sets the location offset of the die pad. | |
void | SetLocationOffsetDirection (NXOpen::IReferenceAxis *locationOffsetDirection) |
Sets the location offset direction of the die pad. | |
void | SetOrientationPlane (NXOpen::IOrientation *orientationPlane) |
Sets the orientation plane of the die pad. | |
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 | SetPadAttributes (const char *title, const char *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 the die pad, if true the relief will be built around the pad, if false it 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 | SetReliefAttributes (const char *title, const char *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 the die pad. | |
void | SetReliefWidth (double reliefWidth) |
Sets the relief width of the die pad. | |
void | SetReverseOrientation (bool reverseOrientation) |
Sets the value to reverse the orientation of the orientation plane, if true the pad orientation normal will be reversed, if false it will not. | |
void | SetShape (NXOpen::Die::DirectionOption direction, const std::vector< NXOpen::IProfile * > &profileEntries) |
Sets the shape profile of the die pad. | |
void | SetShapeType (NXOpen::Die::PadChildBuilder::ShapeTypeOption shapeType) |
Sets the shape type of the die pad. | |
void | SetSurfaceOffset (double surfaceOffset) |
Sets the surface offset of the die pad. | |
void | SetWidth (double width) |
Sets the width of the die pad. | |
NXOpen::Die::PadChildBuilder::ShapeTypeOption | ShapeType () |
Returns the shape type of the die pad. | |
double | SurfaceOffset () |
Returns the surface offset of the die pad. | |
void | TranslateLocation (const NXOpen::Vector3d &translateDist) |
Translates the location of the die pad by the specified amount. | |
double | Width () |
Returns the width of the die pad. | |
![]() | |
NXOpen::Features::Feature * | CommitFeature () |
Commits the feature parameters and creates the feature. | |
NXOpen::Features::Feature * | GetFeature () |
Returns the feature currently being edited by this builder. | |
void | HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature) |
Re-suppress an internal parent feature (a slave feature) after it has been edited. | |
bool | ParentFeatureInternal () |
Returns whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
bool | PatchSolutionFlag () |
Returns the patch solution flag Created in NX8.0.1. | |
NXString | PatchSurfaceFilename () |
Returns the patch surface filename Created in NX8.0.1. | |
void | SetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
Set the parent features which would be internal or slaves to the feature being created or commited Created in NX6.0.0. | |
void | SetParentFeatureInternal (bool isInternal) |
Sets whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
void | SetPatchSolutionFlag (bool optionValue) |
Sets the patch solution flag Created in NX8.0.1. | |
void | SetPatchSurfaceFilename (const NXString &surfaceFilename) |
Sets the patch surface filename Created in NX8.0.1. | |
void | SetPatchSurfaceFilename (const char *surfaceFilename) |
Sets the patch surface filename Created in NX8.0.1. | |
void | SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename) |
Sets the surrounding patch surface filename Created in NX8.0.1. | |
void | SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename) |
Sets the surrounding patch surface filename Created in NX8.0.1. | |
void | ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature) |
Unsuppress an internal parent feature (a slave feature) so it can be edited. | |
NXString | SurroundingPatchSurfaceFilename () |
Returns the surrounding patch surface filename Created in NX8.0.1. | |
void | UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
Set the internal parent feature of the feature being edited to external Created in NX6.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Die Pad Child 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 pad.
ShapeTypeOptionRectangular |
Rectangular pad. |
ShapeTypeOptionCircular |
Circular pad. |
ShapeTypeOptionCurve |
Curve defined pad. |
NXOpen::Die::DieBuildStatusOption NXOpen::Die::PadChildBuilder::BuildStatus | ( | ) |
Returns the build status of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
bool NXOpen::Die::PadChildBuilder::CenterHole | ( | ) |
Returns the center hole switch of the die pad, if true the center hole will be created in the pad, if false it will not.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
bool NXOpen::Die::PadChildBuilder::DesignStatus | ( | ) |
Returns the design status of the die pad, if true the pad will be built into the model, if false it will not.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::PadChildBuilder::Diameter | ( | ) |
Returns the diameter of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
bool NXOpen::Die::PadChildBuilder::DisplayStatus | ( | ) |
Returns the display status of the die pad, if true input data to the pad 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::PadChildBuilder::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. |
std::vector<NXOpen::Point *> NXOpen::Die::PadChildBuilder::GetHoleCenters | ( | ) |
Gets the hole centers of the die pad.
void NXOpen::Die::PadChildBuilder::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::PadChildBuilder::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. |
std::vector<NXOpen::IProfile *> NXOpen::Die::PadChildBuilder::GetShape | ( | NXOpen::Die::DirectionOption * | direction | ) |
Gets the shape profile of the die pads.
direction | Profile direction. |
double NXOpen::Die::PadChildBuilder::Height | ( | ) |
Returns the height of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::PadChildBuilder::HoleDiameter | ( | ) |
Returns the hole diameter of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::PadChildBuilder::Length | ( | ) |
Returns the length of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
NXOpen::IOrientation* NXOpen::Die::PadChildBuilder::LimitingSurface | ( | ) |
Returns the limiting surface of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
NXOpen::ILocation* NXOpen::Die::PadChildBuilder::Location | ( | ) |
Returns the location of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::PadChildBuilder::LocationOffset | ( | ) |
Returns the location offset of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
NXOpen::IReferenceAxis* NXOpen::Die::PadChildBuilder::LocationOffsetDirection | ( | ) |
Returns the location offset direction of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
NXOpen::IOrientation* NXOpen::Die::PadChildBuilder::OrientationPlane | ( | ) |
Returns the orientation plane of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
bool NXOpen::Die::PadChildBuilder::Relief | ( | ) |
Returns the relief switch of the die pad, if true the relief will be built around the pad, if false it will not.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::PadChildBuilder::ReliefDepth | ( | ) |
Returns the relief depth of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::PadChildBuilder::ReliefWidth | ( | ) |
Returns the relief width of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
bool NXOpen::Die::PadChildBuilder::ReverseOrientation | ( | ) |
Returns the value to reverse the orientation of the orientation plane, if true the pad orientation normal will be reversed, if false it will not.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
void NXOpen::Die::PadChildBuilder::SetCenterHole | ( | bool | centerHole | ) |
Sets the center hole switch of the die pad, if true the center hole will be created in the pad, if false it will not.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
centerHole | center hole |
void NXOpen::Die::PadChildBuilder::SetDesignStatus | ( | bool | designStatus | ) |
Sets the design status of the die pad, if true the pad 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::PadChildBuilder::SetDiameter | ( | double | diameter | ) |
Sets the diameter of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
diameter | diameter |
void NXOpen::Die::PadChildBuilder::SetDisplayStatus | ( | bool | displayStatus | ) |
Sets the display status of the die pad, if true input data to the pad 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::PadChildBuilder::SetHeight | ( | double | height | ) |
Sets the height of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
height | height |
void NXOpen::Die::PadChildBuilder::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::PadChildBuilder::SetHoleAttributes | ( | const char * | title, |
const char * | value, | ||
int | color, | ||
const char * | 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::PadChildBuilder::SetHoleCenters | ( | const std::vector< NXOpen::Point * > & | holes | ) |
Sets the hole centers of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
holes | The hole centers. |
void NXOpen::Die::PadChildBuilder::SetHoleDiameter | ( | double | holeDiameter | ) |
Sets the hole diameter of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
holeDiameter | hole diameter |
void NXOpen::Die::PadChildBuilder::SetLength | ( | double | length | ) |
Sets the length of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
length | length |
void NXOpen::Die::PadChildBuilder::SetLimitingSurface | ( | NXOpen::IOrientation * | limitingSurface | ) |
Sets the limiting surface of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
limitingSurface | limiting surface |
void NXOpen::Die::PadChildBuilder::SetLocation | ( | NXOpen::ILocation * | location | ) |
Sets the location of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
location | location |
void NXOpen::Die::PadChildBuilder::SetLocationOffset | ( | double | locationOffset | ) |
Sets the location offset of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
locationOffset | location offset |
void NXOpen::Die::PadChildBuilder::SetLocationOffsetDirection | ( | NXOpen::IReferenceAxis * | locationOffsetDirection | ) |
Sets the location offset direction of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
locationOffsetDirection | location offset direction |
void NXOpen::Die::PadChildBuilder::SetOrientationPlane | ( | NXOpen::IOrientation * | orientationPlane | ) |
Sets the orientation plane of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
orientationPlane | orientation plane |
void NXOpen::Die::PadChildBuilder::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::PadChildBuilder::SetPadAttributes | ( | const char * | title, |
const char * | 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::PadChildBuilder::SetRelief | ( | bool | relief | ) |
Sets the relief switch of the die pad, if true the relief will be built around the pad, if false it will not.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
relief | relief |
void NXOpen::Die::PadChildBuilder::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::PadChildBuilder::SetReliefAttributes | ( | const char * | title, |
const char * | 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::PadChildBuilder::SetReliefDepth | ( | double | reliefDepth | ) |
Sets the relief depth of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
reliefDepth | relief depth |
void NXOpen::Die::PadChildBuilder::SetReliefWidth | ( | double | reliefWidth | ) |
Sets the relief width of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
reliefWidth | relief width |
void NXOpen::Die::PadChildBuilder::SetReverseOrientation | ( | bool | reverseOrientation | ) |
Sets the value to reverse the orientation of the orientation plane, if true the pad orientation normal will be reversed, if false it will not.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
reverseOrientation | reverse orientation |
void NXOpen::Die::PadChildBuilder::SetShape | ( | NXOpen::Die::DirectionOption | direction, |
const std::vector< NXOpen::IProfile * > & | profileEntries | ||
) |
Sets the shape profile of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
direction | Profile direction. |
profileEntries | The profile entries, can be curves, edges, faces, sketches or curve features. |
void NXOpen::Die::PadChildBuilder::SetShapeType | ( | NXOpen::Die::PadChildBuilder::ShapeTypeOption | shapeType | ) |
Sets the shape type of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
shapeType | shape type |
void NXOpen::Die::PadChildBuilder::SetSurfaceOffset | ( | double | surfaceOffset | ) |
Sets the surface offset of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
surfaceOffset | surface offset |
void NXOpen::Die::PadChildBuilder::SetWidth | ( | double | width | ) |
Sets the width of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
width | width |
NXOpen::Die::PadChildBuilder::ShapeTypeOption NXOpen::Die::PadChildBuilder::ShapeType | ( | ) |
Returns the shape type of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::PadChildBuilder::SurfaceOffset | ( | ) |
Returns the surface offset of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
void NXOpen::Die::PadChildBuilder::TranslateLocation | ( | const NXOpen::Vector3d & | translateDist | ) |
Translates the location of the die pad by the specified amount.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
translateDist | A scaled vector indicating the distance to translate |
double NXOpen::Die::PadChildBuilder::Width | ( | ) |
Returns the width of the die pad.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")