NX Open C++ Reference Guide
|
Represents a Die::HeelpostBuilder builder
To create a new instance of this class, use Die::DieCollection::Heelpost
Default values.
More...
Public Types | |
enum | Types { TypesGuidepostWearplate, TypesStorageBlock, TypesSafetyBlock } |
Heelpost types. More... | |
Public Member Functions | |
double | AngleTolerance () |
Returns the angle tolerance Created in NX6.0.0. | |
NXOpen::Expression * | BaseOffset () |
Returns the offset to apply to the given base before building the heelpost Created in NX6.0.0. | |
NXOpen::Die::DiePlaneBuilder * | BaseOrientation () |
Returns the base of the heelpost Created in NX6.0.0. | |
NXOpen::Die::DieLocationBuilder * | Center () |
Returns the location (center) for the heelpost Created in NX6.0.0. | |
bool | CreateFloor () |
Returns the value (true or false) to decide if the floor of the post should be created Created in NX6.0.0. | |
NXOpen::Expression * | Diameter () |
Returns the diameter of the guide pin hole Created in NX6.0.0. | |
NXOpen::SelectCoordinateSystem * | DieCenterlineCoordinateSystem () |
Returns the die centerline coordinate system for orienting the heelpost Created in NX6.0.0. | |
double | DistanceTolerance () |
Returns the distance tolerance Created in NX6.0.0. | |
NXOpen::Expression * | FloorThickness () |
Returns the floor thickness Created in NX6.0.0. | |
NXOpen::Expression * | Height () |
Returns the height from the selected base orientation to the origin of the pad orientation, if the pad orientation is not specified. | |
NXOpen::Die::DieAttributesBuilder * | HoleAttributes () |
Returns the hole attributes Created in NX6.0.0. | |
NXOpen::Die::DieAttributesBuilder * | HoleDiameterAttributes () |
Returns the hole diameter attributes (only the title is used) Created in NX6.0.0. | |
NXOpen::Expression * | Length () |
Returns the length with respect to the coordinate system Created in NX6.0.0. | |
NXOpen::Expression * | LocationOffset () |
Returns the offset value to apply in the offset direction to find the heelpost center Created in NX6.0.0. | |
NXOpen::Die::DieDirectionBuilder * | OffsetDirection () |
Returns the direction to apply to the location to determine the center of the heelpost Created in NX6.0.0. | |
NXOpen::Die::DieAttributesBuilder * | PadAttributes () |
Returns the pad attributes Created in NX6.0.0. | |
NXOpen::Expression * | PadOffset () |
Returns the offset value to apply to the pad orientation before building the heelpost Created in NX6.0.0. | |
NXOpen::Die::DiePlaneBuilder * | PadOrientation () |
Returns the orientation at the top of the heelpost Created in NX6.0.0. | |
NXOpen::Expression * | PadThickness () |
Returns the pad thickness at the top of the post Created in NX6.0.0. | |
NXOpen::Die::DieAttributesBuilder * | ReliefAttributes () |
Returns the relief attributes Created in NX6.0.0. | |
NXOpen::Expression * | ReliefDepth () |
Returns the relief depth Created in NX6.0.0. | |
NXOpen::Expression * | ReliefWidth () |
Returns the relief width Created in NX6.0.0. | |
void | SetAngleTolerance (double angleTolerance) |
Sets the angle tolerance Created in NX6.0.0. | |
void | SetCreateFloor (bool createFloor) |
Sets the value (true or false) to decide if the floor of the post should be created Created in NX6.0.0. | |
void | SetDistanceTolerance (double distanceTolerance) |
Sets the distance tolerance Created in NX6.0.0. | |
void | SetType (NXOpen::Die::HeelpostBuilder::Types type) |
Sets the post type Created in NX6.0.0. | |
void | SetUsePercent (bool usePercent) |
Sets the value (true or false) to decide how to determine the wall thickness. | |
void | SetWallACreate (bool wallACreate) |
Sets the value (true or false) to decide if the "A" wall should be created Created in NX6.0.0. | |
void | SetWallARelief (bool wallARelief) |
Sets the value (true or false) to decide if relief should be created at the top of the "A" wall Created in NX6.0.0. | |
void | SetWallBCreate (bool wallBCreate) |
Sets the value (true or false) to decide if the "B" wall should be created Created in NX6.0.0. | |
void | SetWallBRelief (bool wallBRelief) |
Sets the value (true or false) to decide if relief should be created at the top of the "B" wall Created in NX6.0.0. | |
void | SetWallCCreate (bool wallCCreate) |
Sets the value (true or false) to decide if the "C" wall should be created Created in NX6.0.0. | |
void | SetWallCRelief (bool wallCRelief) |
Sets the value (true or false) to decide if relief should be created at the top of the "C" wall Created in NX6.0.0. | |
void | SetWallDCreate (bool wallDCreate) |
Sets the value (true or false) to decide if the "D" wall should be created Created in NX6.0.0. | |
void | SetWallDRelief (bool wallDRelief) |
Sets the value (true or false) to decide if relief should be created at the top of the "D" wall Created in NX6.0.0. | |
NXOpen::SelectNXObject * | Target () |
Returns the target solid the heelpost will be united with Created in NX6.0.0. | |
NXOpen::Die::HeelpostBuilder::Types | Type () |
Returns the post type Created in NX6.0.0. | |
bool | UsePercent () |
Returns the value (true or false) to decide how to determine the wall thickness. | |
bool | WallACreate () |
Returns the value (true or false) to decide if the "A" wall should be created Created in NX6.0.0. | |
NXOpen::Expression * | WallAOffset () |
Returns the offset from the outside to be applied to the "A" wall Created in NX6.0.0. | |
bool | WallARelief () |
Returns the value (true or false) to decide if relief should be created at the top of the "A" wall Created in NX6.0.0. | |
NXOpen::Expression * | WallAThickness () |
Returns the "A" wall thickness Created in NX6.0.0. | |
bool | WallBCreate () |
Returns the value (true or false) to decide if the "B" wall should be created Created in NX6.0.0. | |
NXOpen::Expression * | WallBOffset () |
Returns the offset from the outside to be applied to the "B wall Created in NX6.0.0. | |
bool | WallBRelief () |
Returns the value (true or false) to decide if relief should be created at the top of the "B" wall Created in NX6.0.0. | |
NXOpen::Expression * | WallBThickness () |
Returns the "B" wall thickness Created in NX6.0.0. | |
bool | WallCCreate () |
Returns the value (true or false) to decide if the "C" wall should be created Created in NX6.0.0. | |
NXOpen::Expression * | WallCOffset () |
Returns the offset from the outside to be applied to the "C" wall Created in NX6.0.0. | |
bool | WallCRelief () |
Returns the value (true or false) to decide if relief should be created at the top of the "C" wall Created in NX6.0.0. | |
NXOpen::Expression * | WallCThickness () |
Returns the "C" wall thickness Created in NX6.0.0. | |
bool | WallDCreate () |
Returns the value (true or false) to decide if the "D" wall should be created Created in NX6.0.0. | |
NXOpen::Expression * | WallDOffset () |
Returns the offset from the outside to be applied to the "D" wall Created in NX6.0.0. | |
bool | WallDRelief () |
Returns the value (true or false) to decide if relief should be created at the top of the "D" wall Created in NX6.0.0. | |
NXOpen::Expression * | WallDThickness () |
Returns the "D" wall thickness Created in NX6.0.0. | |
NXOpen::Expression * | WallPercentage () |
Returns the percentage of the post area to be applied to determine the wall thicknesses Created in NX6.0.0. | |
NXOpen::Expression * | Width () |
Returns the width with respect to the coordinate system Created in NX6.0.0. | |
NXOpen::Expression * | XOffset () |
Returns the offset applied in the X direction to determine the hole center Created in NX6.0.0. | |
NXOpen::Expression * | YOffset () |
Returns the offset applied in the Y direction to determine the hole center Created in NX6.0.0. |
Represents a Die::HeelpostBuilder builder
To create a new instance of this class, use Die::DieCollection::Heelpost
Default values.
Property | Value |
---|---|
AngleTolerance |
0.5 |
BaseOffset.Value |
0 (millimeters part), 0 (inches part) |
Center.InputType |
SelectLocation |
CreateFloor |
0 |
Diameter.Value |
50 (millimeters part), 2 (inches part) |
DistanceTolerance |
0.0254 |
FloorThickness.Value |
60 (millimeters part), 1.4 (inches part) |
Height.Value |
300 (millimeters part), 12 (inches part) |
Length.Value |
150 (millimeters part), 6 (inches part) |
LocationOffset.Value |
0 (millimeters part), 0 (inches part) |
PadOffset.Value |
0 (millimeters part), 0 (inches part) |
PadThickness.Value |
60 (millimeters part), 10.4 (inches part) |
ReliefDepth.Value |
5 (millimeters part), 0.2 (inches part) |
ReliefWidth.Value |
5 (millimeters part), 0.2 (inches part) |
UsePercent |
0 |
WallACreate |
1 |
WallAOffset.Value |
0 (millimeters part), 0 (inches part) |
WallARelief |
0 |
WallAThickness.Value |
30 (millimeters part), 1.2 (inches part) |
WallBCreate |
1 |
WallBOffset.Value |
0 (millimeters part), 0 (inches part) |
WallBRelief |
0 |
WallBThickness.Value |
30 (millimeters part), 1.2 (inches part) |
WallCCreate |
1 |
WallCOffset.Value |
0 (millimeters part), 0 (inches part) |
WallCRelief |
0 |
WallCThickness.Value |
30 (millimeters part), 1.2 (inches part) |
WallDCreate |
1 |
WallDOffset.Value |
0 (millimeters part), 0 (inches part) |
WallDRelief |
0 |
WallDThickness.Value |
30 (millimeters part), 1.2 (inches part) |
WallPercentage.Value |
40 |
Width.Value |
150 (millimeters part), 6 (inches part) |
XOffset.Value |
0 (millimeters part), 0 (inches part) |
YOffset.Value |
0 (millimeters part), 0 (inches part) |
Created in NX6.0.0.
Heelpost types.
double NXOpen::Die::HeelpostBuilder::AngleTolerance | ( | ) |
Returns the angle tolerance
Created in NX6.0.0.
License requirements : None
Returns the offset to apply to the given base before building the heelpost
Created in NX6.0.0.
License requirements : None
Returns the base of the heelpost
Created in NX6.0.0.
License requirements : None
Returns the location (center) for the heelpost
Created in NX6.0.0.
License requirements : None
Returns the value (true or false) to decide if the floor of the post should be created
Created in NX6.0.0.
License requirements : None
Returns the diameter of the guide pin hole
Created in NX6.0.0.
License requirements : None
Returns the die centerline coordinate system for orienting the heelpost
Created in NX6.0.0.
License requirements : None
Returns the distance tolerance
Created in NX6.0.0.
License requirements : None
Returns the floor thickness
Created in NX6.0.0.
License requirements : None
Returns the height from the selected base orientation to the origin of the pad orientation, if the pad orientation is not specified.
This is before application of any specified base and pad offsets.
Created in NX6.0.0.
License requirements : None
Returns the hole attributes
Created in NX6.0.0.
License requirements : None
Returns the hole diameter attributes (only the title is used)
Created in NX6.0.0.
License requirements : None
Returns the length with respect to the coordinate system
Created in NX6.0.0.
License requirements : None
Returns the offset value to apply in the offset direction to find the heelpost center
Created in NX6.0.0.
License requirements : None
Returns the direction to apply to the location to determine the center of the heelpost
Created in NX6.0.0.
License requirements : None
Returns the pad attributes
Created in NX6.0.0.
License requirements : None
Returns the offset value to apply to the pad orientation before building the heelpost
Created in NX6.0.0.
License requirements : None
Returns the orientation at the top of the heelpost
Created in NX6.0.0.
License requirements : None
Returns the pad thickness at the top of the post
Created in NX6.0.0.
License requirements : None
Returns the relief attributes
Created in NX6.0.0.
License requirements : None
Returns the relief depth
Created in NX6.0.0.
License requirements : None
Returns the relief width
Created in NX6.0.0.
License requirements : None
void NXOpen::Die::HeelpostBuilder::SetAngleTolerance | ( | double | angleTolerance | ) |
Sets the angle tolerance
Created in NX6.0.0.
License requirements : ug_die_design ("Die Design")
angleTolerance | angletolerance |
void NXOpen::Die::HeelpostBuilder::SetCreateFloor | ( | bool | createFloor | ) |
Sets the value (true or false) to decide if the floor of the post should be created
Created in NX6.0.0.
License requirements : ug_die_design ("Die Design")
createFloor | createfloor |
void NXOpen::Die::HeelpostBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
Sets the distance tolerance
Created in NX6.0.0.
License requirements : ug_die_design ("Die Design")
distanceTolerance | distancetolerance |
Sets the post type
Created in NX6.0.0.
License requirements : ug_die_design ("Die Design")
type | type |
void NXOpen::Die::HeelpostBuilder::SetUsePercent | ( | bool | usePercent | ) |
Sets the value (true or false) to decide how to determine the wall thickness.
True will evaluate each wall based on the total area of the post
Created in NX6.0.0.
License requirements : ug_die_design ("Die Design")
usePercent | usepercent |
void NXOpen::Die::HeelpostBuilder::SetWallACreate | ( | bool | wallACreate | ) |
Sets the value (true or false) to decide if the "A" wall should be created
Created in NX6.0.0.
License requirements : ug_die_design ("Die Design")
wallACreate | wallacreate |
void NXOpen::Die::HeelpostBuilder::SetWallARelief | ( | bool | wallARelief | ) |
Sets the value (true or false) to decide if relief should be created at the top of the "A" wall
Created in NX6.0.0.
License requirements : ug_die_design ("Die Design")
wallARelief | wallarelief |
void NXOpen::Die::HeelpostBuilder::SetWallBCreate | ( | bool | wallBCreate | ) |
Sets the value (true or false) to decide if the "B" wall should be created
Created in NX6.0.0.
License requirements : ug_die_design ("Die Design")
wallBCreate | wallbcreate |
void NXOpen::Die::HeelpostBuilder::SetWallBRelief | ( | bool | wallBRelief | ) |
Sets the value (true or false) to decide if relief should be created at the top of the "B" wall
Created in NX6.0.0.
License requirements : ug_die_design ("Die Design")
wallBRelief | wallbrelief |
void NXOpen::Die::HeelpostBuilder::SetWallCCreate | ( | bool | wallCCreate | ) |
Sets the value (true or false) to decide if the "C" wall should be created
Created in NX6.0.0.
License requirements : ug_die_design ("Die Design")
wallCCreate | wallccreate |
void NXOpen::Die::HeelpostBuilder::SetWallCRelief | ( | bool | wallCRelief | ) |
Sets the value (true or false) to decide if relief should be created at the top of the "C" wall
Created in NX6.0.0.
License requirements : ug_die_design ("Die Design")
wallCRelief | wallcrelief |
void NXOpen::Die::HeelpostBuilder::SetWallDCreate | ( | bool | wallDCreate | ) |
Sets the value (true or false) to decide if the "D" wall should be created
Created in NX6.0.0.
License requirements : ug_die_design ("Die Design")
wallDCreate | walldcreate |
void NXOpen::Die::HeelpostBuilder::SetWallDRelief | ( | bool | wallDRelief | ) |
Sets the value (true or false) to decide if relief should be created at the top of the "D" wall
Created in NX6.0.0.
License requirements : ug_die_design ("Die Design")
wallDRelief | walldrelief |
Returns the target solid the heelpost will be united with
Created in NX6.0.0.
License requirements : None
Returns the post type
Created in NX6.0.0.
License requirements : None
Returns the value (true or false) to decide how to determine the wall thickness.
True will evaluate each wall based on the total area of the post
Created in NX6.0.0.
License requirements : None
Returns the value (true or false) to decide if the "A" wall should be created
Created in NX6.0.0.
License requirements : None
Returns the offset from the outside to be applied to the "A" wall
Created in NX6.0.0.
License requirements : None
Returns the value (true or false) to decide if relief should be created at the top of the "A" wall
Created in NX6.0.0.
License requirements : None
Returns the "A" wall thickness
Created in NX6.0.0.
License requirements : None
Returns the value (true or false) to decide if the "B" wall should be created
Created in NX6.0.0.
License requirements : None
Returns the offset from the outside to be applied to the "B wall
Created in NX6.0.0.
License requirements : None
Returns the value (true or false) to decide if relief should be created at the top of the "B" wall
Created in NX6.0.0.
License requirements : None
Returns the "B" wall thickness
Created in NX6.0.0.
License requirements : None
Returns the value (true or false) to decide if the "C" wall should be created
Created in NX6.0.0.
License requirements : None
Returns the offset from the outside to be applied to the "C" wall
Created in NX6.0.0.
License requirements : None
Returns the value (true or false) to decide if relief should be created at the top of the "C" wall
Created in NX6.0.0.
License requirements : None
Returns the "C" wall thickness
Created in NX6.0.0.
License requirements : None
Returns the value (true or false) to decide if the "D" wall should be created
Created in NX6.0.0.
License requirements : None
Returns the offset from the outside to be applied to the "D" wall
Created in NX6.0.0.
License requirements : None
Returns the value (true or false) to decide if relief should be created at the top of the "D" wall
Created in NX6.0.0.
License requirements : None
Returns the "D" wall thickness
Created in NX6.0.0.
License requirements : None
Returns the percentage of the post area to be applied to determine the wall thicknesses
Created in NX6.0.0.
License requirements : None
Returns the width with respect to the coordinate system
Created in NX6.0.0.
License requirements : None
Returns the offset applied in the X direction to determine the hole center
Created in NX6.0.0.
License requirements : None
Returns the offset applied in the Y direction to determine the hole center
Created in NX6.0.0.
License requirements : None