NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Die::PadParentBuilder Class Reference

Represents a Die Pad Parent sub feature. More...

Inheritance diagram for NXOpen::Die::PadParentBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

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. More...
 
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. More...
 
NXOpen::Die::PadChildBuilderCreateChild ()
 Creates a child pad. More...
 
void DeleteChild (NXOpen::Die::PadChildBuilder *diepadchild)
 Deletes a child pad. More...
 
bool DesignStatus ()
 Returns the design status of die pads, if true the pads will be built into the model, if false they will not. More...
 
double Diameter ()
 Returns the diameter of die pads. More...
 
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. More...
 
std::vector
< NXOpen::Die::PadChildBuilder * > 
GetChildren ()
 Outputs the child pads. More...
 
void GetHoleAttributes (NXString *title, NXString *value, int *color, NXString *diameterTitle)
 Gets the hole attributes, note existance of attributes depends on usage in main feature. More...
 
void GetPadAttributes (NXString *title, NXString *value, int *color)
 Gets the pad attributes, note existance of attributes depends on usage in main feature. More...
 
void GetReliefAttributes (NXString *title, NXString *value, int *color)
 Gets the relief attributes, note existance of attributes depends on usage in main feature. More...
 
double Height ()
 Returns the height of die pads. More...
 
double HoleDiameter ()
 Returns the hole diameter of die pads. More...
 
double Length ()
 Returns the length of die pads. More...
 
double LocationOffset ()
 Returns the location offset of die pads. More...
 
bool Relief ()
 Returns the relief switch of die pads, if true the relief will be built around the pads, if false they will not. More...
 
double ReliefDepth ()
 Returns the relief depth of die pads. More...
 
double ReliefWidth ()
 Returns the relief width of die pads. More...
 
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. More...
 
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. More...
 
void SetDiameter (double diameter)
 Sets the diameter of die pads. More...
 
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. More...
 
void SetHeight (double height)
 Sets the height of die pads. More...
 
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. More...
 
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. More...
 
void SetHoleDiameter (double holeDiameter)
 Sets the hole diameter of die pads. More...
 
void SetLength (double length)
 Sets the length of die pads. More...
 
void SetLocationOffset (double locationOffset)
 Sets the location offset of die pads. More...
 
void SetPadAttributes (const NXString &title, const NXString &value, int color)
 Sets the pad attributes, note existance of attributes depends on usage in main feature. More...
 
void SetPadAttributes (const char *title, const char *value, int color)
 Sets the pad attributes, note existance of attributes depends on usage in main feature. More...
 
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. More...
 
void SetReliefAttributes (const NXString &title, const NXString &value, int color)
 Sets the relief attributes, note existance of attributes depends on usage in main feature. More...
 
void SetReliefAttributes (const char *title, const char *value, int color)
 Sets the relief attributes, note existance of attributes depends on usage in main feature. More...
 
void SetReliefDepth (double reliefDepth)
 Sets the relief depth of die pads. More...
 
void SetReliefWidth (double reliefWidth)
 Sets the relief width of die pads. More...
 
void SetShapeType (NXOpen::Die::PadParentBuilder::ShapeTypeOption shapeType)
 Sets the shape type of die pads. More...
 
void SetSurfaceOffset (double surfaceOffset)
 Sets the surface offset of die pads. More...
 
void SetWidth (double width)
 Sets the width of die pads. More...
 
NXOpen::Die::PadParentBuilder::ShapeTypeOption ShapeType ()
 Returns the shape type of die pads. More...
 
double SurfaceOffset ()
 Returns the surface offset of die pads. More...
 
double Width ()
 Returns the width of die pads. More...
 
- Public Member Functions inherited from NXOpen::Features::FeatureBuilder
NXOpen::Features::FeatureCommitFeature ()
 Commits the feature parameters and creates the feature. More...
 
NXOpen::Features::FeatureGetFeature ()
 Returns the feature currently being edited by this builder. More...
 
void HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
bool ParentFeatureInternal ()
 Returns whether or not the latest timestamped parent feature of this feature should be made internal
Created in NX5.0.0. More...
 
bool PatchSolutionFlag ()
 Returns the patch solution flag
Created in NX8.0.1. More...
 
NXString PatchSurfaceFilename ()
 Returns the patch surface filename
Created in NX8.0.1. More...
 
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. More...
 
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. More...
 
void SetPatchSolutionFlag (bool optionValue)
 Sets the patch solution flag
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const NXString &surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const char *surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
NXString SurroundingPatchSurfaceFilename ()
 Returns the surrounding patch surface filename
Created in NX8.0.1. More...
 
void UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
 Set the internal parent feature of the feature being edited to external
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a Die Pad Parent sub feature.


This sub feature is created via the main feature builder.

Created in NX4.0.0.

Member Enumeration Documentation

Settings for the shape type of the die pads.

Enumerator
ShapeTypeOptionRectangular 

Rectangular pad.

ShapeTypeOptionCircular 

Circular pad.

ShapeTypeOptionCurve 

Curve defined pad.

Member Function Documentation

NXOpen::Die::DieBuildStatusOption NXOpen::Die::PadParentBuilder::BuildStatus ( )

Returns the build status of die pads.


Created in NX4.0.0.

License requirements : ug_die_design ("Die Design")

bool NXOpen::Die::PadParentBuilder::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.


Created in NX4.0.0.

License requirements : ug_die_design ("Die Design")

NXOpen::Die::PadChildBuilder* NXOpen::Die::PadParentBuilder::CreateChild ( )

Creates a child pad.

Returns

Created in NX4.0.0.

License requirements : ug_die_design ("Die Design")
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")

Parameters
diepadchilddiepadchild
bool NXOpen::Die::PadParentBuilder::DesignStatus ( )

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")

bool NXOpen::Die::PadParentBuilder::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.


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.

Returns
The child pads.
Created in NX4.0.0.

License requirements : ug_die_design ("Die Design")
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")

Parameters
titleTitle for attribute.
valueValue of attribute.
colorColor of hole faces.
diameterTitleTitle 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")

Parameters
titleTitle for attribute.
valueValue of attribute.
colorColor 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")

Parameters
titleTitle for attribute.
valueValue of attribute.
colorColor 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")

double NXOpen::Die::PadParentBuilder::LocationOffset ( )

Returns the location offset of die pads.


Created in NX4.0.0.

License requirements : ug_die_design ("Die Design")

bool NXOpen::Die::PadParentBuilder::Relief ( )

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")

Parameters
centerHolecenter 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")

Parameters
designStatusdesign 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")

Parameters
diameterdiameter
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")

Parameters
displayStatusdisplay 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")

Parameters
heightheight
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")

Parameters
titleTitle for attribute.
valueValue of attribute.
colorColor of hole faces.
diameterTitleTitle for diameter attribute.
void NXOpen::Die::PadParentBuilder::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")

Parameters
titleTitle for attribute.
valueValue of attribute.
colorColor of hole faces.
diameterTitleTitle for diameter attribute.
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")

Parameters
holeDiameterhole 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")

Parameters
lengthlength
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")

Parameters
locationOffsetlocation 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")

Parameters
titleTitle for attribute.
valueValue of attribute.
colorColor of pad faces.
void NXOpen::Die::PadParentBuilder::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")

Parameters
titleTitle for attribute.
valueValue of attribute.
colorColor 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")

Parameters
reliefrelief
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")

Parameters
titleTitle for attribute.
valueValue of attribute.
colorColor of relief faces.
void NXOpen::Die::PadParentBuilder::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")

Parameters
titleTitle for attribute.
valueValue of attribute.
colorColor 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")

Parameters
reliefDepthrelief 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")

Parameters
reliefWidthrelief 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")

Parameters
shapeTypeshape 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")

Parameters
surfaceOffsetsurface 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")

Parameters
widthwidth
NXOpen::Die::PadParentBuilder::ShapeTypeOption NXOpen::Die::PadParentBuilder::ShapeType ( )

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")


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.