NX Open C++ Reference Guide
|
Represents a Die::KeywayBuilder builder
To create a new instance of this class, use Die::DieCollection::Keyway
Default values.
More...
Public Types | |
enum | LocationType { LocationTypePositiveX, LocationTypeNegativeX, LocationTypePositiveY, LocationTypeNegativeY } |
Keyway location direction relative to the die centerline coordinate system. More... | |
enum | Types { TypesRectangular, TypesCircular } |
Keyway runoff types. More... | |
Public Member Functions | |
double | AngleTolerance () |
Returns the angle tolerance Created in NX6.0.0. | |
NXOpen::Section * | BaseFlange () |
Returns the closed loop section representing the base flange Created in NX6.0.0. | |
NXOpen::Die::DiePlaneBuilder * | BaseOrientation () |
Returns the bottom orientation plane of the keyway pad Created in NX6.0.0. | |
bool | CreateWithPad () |
Returns the value, true or false) to decide if the pad should be created for the keyway Created in NX6.0.0. | |
NXOpen::Expression * | DeckThickness () |
Returns the expression for the deck thickness Created in NX6.0.0. | |
NXOpen::SelectCartesianCoordinateSystem * | DieCenterlineCoordinateSystem () |
Returns the die centerline coordinate system for orienting the keyway Created in NX6.0.0. | |
double | DistanceTolerance () |
Returns the distance tolerance Created in NX6.0.0. | |
NXOpen::Section * | InteriorProfile () |
Returns the closed loop section representing the interior profile of the casting Created in NX6.0.0. | |
NXOpen::Die::KeywayBuilder::LocationType | Location () |
Returns the location for the keyway Created in NX6.0.0. | |
NXOpen::Expression * | MinimumRibHeight () |
Returns the expression for the minimum rib height Created in NX6.0.0. | |
NXOpen::Expression * | Offset () |
Returns the amount to offset the keyway perpendicular to the slot orientation Created in NX6.0.0. | |
NXOpen::Die::DieAttributesBuilder * | PadAttributes () |
Returns the pad attributes Created in NX6.0.0. | |
NXOpen::Expression * | PadHeight () |
Returns the expression for the pad height Created in NX6.0.0. | |
NXOpen::Expression * | PadWidth () |
Returns the expression for the pad width Created in NX6.0.0. | |
NXOpen::Expression * | PlacementOffset () |
Returns the amount to offset the base orientation Created in NX6.0.0. | |
NXOpen::Expression * | RunoffDepth () |
Returns the expression for the runoff depth Created in NX6.0.0. | |
NXOpen::Expression * | RunoffLength () |
Returns the expression for the runoff length Created in NX6.0.0. | |
NXOpen::Expression * | RunoffRadius () |
Returns the expression for the runoff radius Created in NX6.0.0. | |
NXOpen::Expression * | RunoffWidth () |
Returns the expression for the runoff width Created in NX6.0.0. | |
void | SetAngleTolerance (double angleTolerance) |
Sets the angle tolerance Created in NX6.0.0. | |
void | SetCreateWithPad (bool createWithPad) |
Sets the value, true or false) to decide if the pad should be created for the keyway Created in NX6.0.0. | |
void | SetDistanceTolerance (double distanceTolerance) |
Sets the distance tolerance Created in NX6.0.0. | |
void | SetLocation (NXOpen::Die::KeywayBuilder::LocationType location) |
Sets the location for the keyway Created in NX6.0.0. | |
void | SetType (NXOpen::Die::KeywayBuilder::Types type) |
Sets the type of the keyway runoff Created in NX6.0.0. | |
NXOpen::SelectNXObject * | SheetMetal () |
Returns the sheet metal being formed by the casting. | |
NXOpen::Die::DieAttributesBuilder * | SlotAttributes () |
Returns the slot attributes Created in NX6.0.0. | |
NXOpen::Expression * | SlotDepth () |
Returns the expression for the slot depth Created in NX6.0.0. | |
NXOpen::Expression * | SlotLength () |
Returns the expression for the slot length Created in NX6.0.0. | |
NXOpen::Expression * | SlotWidth () |
Returns the expression for the slot width Created in NX6.0.0. | |
NXOpen::SelectNXObject * | Target () |
Returns the target solid the keyway will be united with Created in NX6.0.0. | |
NXOpen::Die::KeywayBuilder::Types | Type () |
Returns the type of the keyway runoff Created in NX6.0.0. |
Represents a Die::KeywayBuilder builder
To create a new instance of this class, use Die::DieCollection::Keyway
Default values.
Property | Value |
---|---|
AngleTolerance |
0.5 |
CreateWithPad |
1 |
DeckThickness.Value |
0 (millimeters part), 0 (inches part) |
DistanceTolerance |
0.0254 (millimeters part), 0.001 (inches part) |
Location |
PositiveX |
MinimumRibHeight.Value |
200 (millimeters part), 8 (inches part) |
Offset.Value |
0 (millimeters part), 0 (inches part) |
PadHeight.Value |
65 (millimeters part), 2.6 (inches part) |
PadWidth.Value |
60 (millimeters part), 2.4 (inches part) |
PlacementOffset.Value |
0 (millimeters part), 0 (inches part) |
RunoffDepth.Value |
40 (millimeters part), 1.6 (inches part) |
RunoffLength.Value |
60 (millimeters part), 2.4 (inches part) |
RunoffRadius.Value |
30 (millimeters part), 1.2 (inches part) |
RunoffWidth.Value |
16 (millimeters part), 0.625 (inches part) |
SlotDepth.Value |
20 (millimeters part), 0.8 (inches part) |
SlotLength.Value |
100 (millimeters part), 4 (inches part) |
SlotWidth.Value |
25 (millimeters part), 1 (inches part) |
Created in NX6.0.0.
Keyway location direction relative to the die centerline coordinate system.
Keyway runoff types.
double NXOpen::Die::KeywayBuilder::AngleTolerance | ( | ) |
Returns the angle tolerance
Created in NX6.0.0.
License requirements : None
Returns the closed loop section representing the base flange
Created in NX6.0.0.
License requirements : None
Returns the bottom orientation plane of the keyway pad
Created in NX6.0.0.
License requirements : None
Returns the value, true or false) to decide if the pad should be created for the keyway
Created in NX6.0.0.
License requirements : None
Returns the expression for the deck thickness
Created in NX6.0.0.
License requirements : None
NXOpen::SelectCartesianCoordinateSystem* NXOpen::Die::KeywayBuilder::DieCenterlineCoordinateSystem | ( | ) |
Returns the die centerline coordinate system for orienting the keyway
Created in NX6.0.0.
License requirements : None
Returns the distance tolerance
Created in NX6.0.0.
License requirements : None
Returns the closed loop section representing the interior profile of the casting
Created in NX6.0.0.
License requirements : None
Returns the location for the keyway
Created in NX6.0.0.
License requirements : None
Returns the expression for the minimum rib height
Created in NX6.0.0.
License requirements : None
Returns the amount to offset the keyway perpendicular to the slot orientation
Created in NX6.0.0.
License requirements : None
Returns the pad attributes
Created in NX6.0.0.
License requirements : None
Returns the expression for the pad height
Created in NX6.0.0.
License requirements : None
Returns the expression for the pad width
Created in NX6.0.0.
License requirements : None
Returns the amount to offset the base orientation
Created in NX6.0.0.
License requirements : None
Returns the expression for the runoff depth
Created in NX6.0.0.
License requirements : None
Returns the expression for the runoff length
Created in NX6.0.0.
License requirements : None
Returns the expression for the runoff radius
Created in NX6.0.0.
License requirements : None
Returns the expression for the runoff width
Created in NX6.0.0.
License requirements : None
void NXOpen::Die::KeywayBuilder::SetAngleTolerance | ( | double | angleTolerance | ) |
Sets the angle tolerance
Created in NX6.0.0.
License requirements : ug_die_design ("Die Design")
angleTolerance | angletolerance |
void NXOpen::Die::KeywayBuilder::SetCreateWithPad | ( | bool | createWithPad | ) |
Sets the value, true or false) to decide if the pad should be created for the keyway
Created in NX6.0.0.
License requirements : ug_die_design ("Die Design")
createWithPad | createwithpad |
void NXOpen::Die::KeywayBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
Sets the distance tolerance
Created in NX6.0.0.
License requirements : ug_die_design ("Die Design")
distanceTolerance | distancetolerance |
Sets the location for the keyway
Created in NX6.0.0.
License requirements : ug_die_design ("Die Design")
location | location |
Sets the type of the keyway runoff
Created in NX6.0.0.
License requirements : ug_die_design ("Die Design")
type | type |
Returns the sheet metal being formed by the casting.
Used to measure the height.
Created in NX6.0.0.
License requirements : None
Returns the slot attributes
Created in NX6.0.0.
License requirements : None
Returns the expression for the slot depth
Created in NX6.0.0.
License requirements : None
Returns the expression for the slot length
Created in NX6.0.0.
License requirements : None
Returns the expression for the slot width
Created in NX6.0.0.
License requirements : None
Returns the target solid the keyway will be united with
Created in NX6.0.0.
License requirements : None
Returns the type of the keyway runoff
Created in NX6.0.0.
License requirements : None