NX Open C++ Reference Guide
Public Types | Public Member Functions
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

List of all members.

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::PadChildBuilderCreateChild ()
 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.

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

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.

Returns:

Created in NX4.0.0.

License requirements : ug_die_design ("Die Design")

Deletes a child pad.


Created in NX4.0.0.

License requirements : ug_die_design ("Die Design")

Parameters:
diepadchilddiepadchild

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

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

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.

Returns the height of die pads.


Created in NX4.0.0.

License requirements : ug_die_design ("Die Design")

Returns the hole diameter of die pads.


Created in NX4.0.0.

License requirements : ug_die_design ("Die Design")

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

Returns the relief depth of die pads.


Created in NX4.0.0.

License requirements : ug_die_design ("Die Design")

Returns the relief width of die pads.


Created in NX4.0.0.

License requirements : ug_die_design ("Die Design")

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

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

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

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.
NOTE: The full Unicode character set is not supported for this parameter.
valueValue of attribute.
NOTE: The full Unicode character set is not supported for this parameter.
colorColor of hole faces.
diameterTitleTitle 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")

Parameters:
holeDiameterhole diameter

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.
NOTE: The full Unicode character set is not supported for this parameter.
valueValue of attribute.
NOTE: The full Unicode character set is not supported for this parameter.
colorColor of pad faces.

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.
NOTE: The full Unicode character set is not supported for this parameter.
valueValue of attribute.
NOTE: The full Unicode character set is not supported for this parameter.
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

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

Sets the width of die pads.


Created in NX4.0.0.

License requirements : ug_die_design ("Die Design")

Parameters:
widthwidth

Returns the shape type of die pads.


Created in NX4.0.0.

License requirements : ug_die_design ("Die Design")

Returns the surface offset of die pads.


Created in NX4.0.0.

License requirements : ug_die_design ("Die Design")

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 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.