NX Open C++ Reference Guide
|
Represents a @link Die::KeywayBuilder Die::KeywayBuilder@endlink builder <br> To create a new instance of this class, use @link Die::DieCollection::Keyway Die::DieCollection::Keyway @endlink <br>
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. | |
![]() | |
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 @link Die::KeywayBuilder Die::KeywayBuilder@endlink builder <br> To create a new instance of this class, use @link Die::DieCollection::Keyway Die::DieCollection::Keyway @endlink <br>
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
NXOpen::Section* NXOpen::Die::KeywayBuilder::BaseFlange | ( | ) |
Returns the closed loop section representing the base flange
Created in NX6.0.0.
License requirements : None
NXOpen::Die::DiePlaneBuilder* NXOpen::Die::KeywayBuilder::BaseOrientation | ( | ) |
Returns the bottom orientation plane of the keyway pad
Created in NX6.0.0.
License requirements : None
bool NXOpen::Die::KeywayBuilder::CreateWithPad | ( | ) |
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
NXOpen::Expression* NXOpen::Die::KeywayBuilder::DeckThickness | ( | ) |
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
double NXOpen::Die::KeywayBuilder::DistanceTolerance | ( | ) |
Returns the distance tolerance
Created in NX6.0.0.
License requirements : None
NXOpen::Section* NXOpen::Die::KeywayBuilder::InteriorProfile | ( | ) |
Returns the closed loop section representing the interior profile of the casting
Created in NX6.0.0.
License requirements : None
NXOpen::Die::KeywayBuilder::LocationType NXOpen::Die::KeywayBuilder::Location | ( | ) |
Returns the location for the keyway
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::KeywayBuilder::MinimumRibHeight | ( | ) |
Returns the expression for the minimum rib height
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::KeywayBuilder::Offset | ( | ) |
Returns the amount to offset the keyway perpendicular to the slot orientation
Created in NX6.0.0.
License requirements : None
NXOpen::Die::DieAttributesBuilder* NXOpen::Die::KeywayBuilder::PadAttributes | ( | ) |
Returns the pad attributes
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::KeywayBuilder::PadHeight | ( | ) |
Returns the expression for the pad height
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::KeywayBuilder::PadWidth | ( | ) |
Returns the expression for the pad width
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::KeywayBuilder::PlacementOffset | ( | ) |
Returns the amount to offset the base orientation
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::KeywayBuilder::RunoffDepth | ( | ) |
Returns the expression for the runoff depth
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::KeywayBuilder::RunoffLength | ( | ) |
Returns the expression for the runoff length
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::KeywayBuilder::RunoffRadius | ( | ) |
Returns the expression for the runoff radius
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::KeywayBuilder::RunoffWidth | ( | ) |
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 |
void NXOpen::Die::KeywayBuilder::SetLocation | ( | NXOpen::Die::KeywayBuilder::LocationType | location | ) |
Sets the location for the keyway
Created in NX6.0.0.
License requirements : ug_die_design ("Die Design")
location | location |
void NXOpen::Die::KeywayBuilder::SetType | ( | NXOpen::Die::KeywayBuilder::Types | type | ) |
Sets the type of the keyway runoff
Created in NX6.0.0.
License requirements : ug_die_design ("Die Design")
type | type |
NXOpen::SelectNXObject* NXOpen::Die::KeywayBuilder::SheetMetal | ( | ) |
Returns the sheet metal being formed by the casting.
Used to measure the height.
Created in NX6.0.0.
License requirements : None
NXOpen::Die::DieAttributesBuilder* NXOpen::Die::KeywayBuilder::SlotAttributes | ( | ) |
Returns the slot attributes
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::KeywayBuilder::SlotDepth | ( | ) |
Returns the expression for the slot depth
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::KeywayBuilder::SlotLength | ( | ) |
Returns the expression for the slot length
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::KeywayBuilder::SlotWidth | ( | ) |
Returns the expression for the slot width
Created in NX6.0.0.
License requirements : None
NXOpen::SelectNXObject* NXOpen::Die::KeywayBuilder::Target | ( | ) |
Returns the target solid the keyway will be united with
Created in NX6.0.0.
License requirements : None
NXOpen::Die::KeywayBuilder::Types NXOpen::Die::KeywayBuilder::Type | ( | ) |
Returns the type of the keyway runoff
Created in NX6.0.0.
License requirements : None