NX Open C++ Reference Guide
|
Represents the Die Design draw die management builder, which is to create a draw die by selected sheet body, curve and base plane. More...
Public Member Functions | |
bool | ApproximateSheetbodyOption () |
Returns the option to indicate whether to use approximate sheet metal. | |
NXOpen::Plane * | BasePlane () |
Returns the base plane, which is used for define the base of the die. | |
double | BaseThickness () |
Returns the base thickness, which is used for define the base thickness of the die. | |
double | BinderEdgeOffset () |
Returns the binder edge offset, which is used for define the binder edge offset value of the die. | |
NXOpen::SelectNXObjectList * | BlankCurve () |
Returns the blank curve, which is used for extrusion. | |
bool | CoreDrawDieOption () |
Returns the option to indicate whether to create core draw die. | |
double | DeckEdgeOffset () |
Returns the deck edge offset, which is used for define the deck edge offset value of the die. | |
double | DeckFlangeThickness () |
Returns the deck flange thickness, which is used for define the flange thickness of the die. | |
double | DeckThickness () |
Returns the deck thickness, which is used for define the deck thickness of the die. | |
bool | ExactSheetbodyOption () |
Returns the option to indicate whether to use exact sheet body. | |
NXOpen::SelectNXObjectList * | FlangeCurve () |
Returns the flange curve, which is used for extrusion. | |
double | FlangeOffset () |
Returns the flange offset, which is the offset value from projected blank curve to flange curve. | |
double | MachiningAllowance () |
Returns the machining allowance, which is used for define the user machining allowance of the die. | |
NXOpen::SelectNXObjectList * | PunchCurve () |
Returns the punch curve, which is used for extrusion. | |
void | SetApproximateSheetbodyOption (bool approximateSheetbodyOption) |
Sets the option to indicate whether to use approximate sheet metal. | |
void | SetBasePlane (NXOpen::Plane *basePlane) |
Sets the base plane, which is used for define the base of the die. | |
void | SetBaseThickness (double baseThickness) |
Sets the base thickness, which is used for define the base thickness of the die. | |
void | SetBinderEdgeOffset (double binderEdgeOffset) |
Sets the binder edge offset, which is used for define the binder edge offset value of the die. | |
void | SetCoreDrawDieOption (bool coreDrawDieOption) |
Sets the option to indicate whether to create core draw die. | |
void | SetDeckEdgeOffset (double deckEdgeOffset) |
Sets the deck edge offset, which is used for define the deck edge offset value of the die. | |
void | SetDeckFlangeThickness (double deckFlangeThickness) |
Sets the deck flange thickness, which is used for define the flange thickness of the die. | |
void | SetDeckThickness (double deckThickness) |
Sets the deck thickness, which is used for define the deck thickness of the die. | |
void | SetExactSheetbodyOption (bool exactSheetbodyOption) |
Sets the option to indicate whether to use exact sheet body. | |
void | SetFlangeOffset (double flangeOffset) |
Sets the flange offset, which is the offset value from projected blank curve to flange curve. | |
void | SetMachiningAllowance (double machiningAllowance) |
Sets the machining allowance, which is used for define the user machining allowance of the die. | |
void | SetTfeatureSet (NXOpen::Features::Feature *tFeatureSet) |
Sets the feature set tag. | |
void | SetWallThickness (double wallThickness) |
Sets the wall thickness, which is used for define the wall thickness of the die. | |
NXOpen::SelectBody * | SheetBody () |
Returns the sheet body, which is used to trim the die top face. | |
NXOpen::Features::Feature * | TfeatureSet () |
Returns the feature set tag. | |
double | WallThickness () |
Returns the wall thickness, which is used for define the wall thickness of the die. | |
![]() | |
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 the Die Design draw die management builder, which is to create a draw die by selected sheet body, curve and base plane.
To create a new instance of this class, use Tooling::AutoDieCollection::CreateDieDesDrawDieBuilder
Created in NX8.0.0.
bool NXOpen::Tooling::DieDesDrawDieBuilder::ApproximateSheetbodyOption | ( | ) |
Returns the option to indicate whether to use approximate sheet metal.
Created in NX8.0.0.
License requirements : None
NXOpen::Plane* NXOpen::Tooling::DieDesDrawDieBuilder::BasePlane | ( | ) |
Returns the base plane, which is used for define the base of the die.
Created in NX8.0.0.
License requirements : None
double NXOpen::Tooling::DieDesDrawDieBuilder::BaseThickness | ( | ) |
Returns the base thickness, which is used for define the base thickness of the die.
Created in NX8.0.0.
License requirements : None
double NXOpen::Tooling::DieDesDrawDieBuilder::BinderEdgeOffset | ( | ) |
Returns the binder edge offset, which is used for define the binder edge offset value of the die.
Created in NX8.0.0.
License requirements : None
NXOpen::SelectNXObjectList* NXOpen::Tooling::DieDesDrawDieBuilder::BlankCurve | ( | ) |
Returns the blank curve, which is used for extrusion.
Created in NX8.0.0.
License requirements : None
bool NXOpen::Tooling::DieDesDrawDieBuilder::CoreDrawDieOption | ( | ) |
Returns the option to indicate whether to create core draw die.
Created in NX8.0.0.
License requirements : None
double NXOpen::Tooling::DieDesDrawDieBuilder::DeckEdgeOffset | ( | ) |
Returns the deck edge offset, which is used for define the deck edge offset value of the die.
Created in NX8.0.0.
License requirements : None
double NXOpen::Tooling::DieDesDrawDieBuilder::DeckFlangeThickness | ( | ) |
Returns the deck flange thickness, which is used for define the flange thickness of the die.
Created in NX8.0.0.
License requirements : None
double NXOpen::Tooling::DieDesDrawDieBuilder::DeckThickness | ( | ) |
Returns the deck thickness, which is used for define the deck thickness of the die.
Created in NX8.0.0.
License requirements : None
bool NXOpen::Tooling::DieDesDrawDieBuilder::ExactSheetbodyOption | ( | ) |
Returns the option to indicate whether to use exact sheet body.
This function has been obsoleted, use Tooling::DieDesDrawDieBuilder::ApproximateSheetbodyOption for substitution.
Created in NX8.0.0.
License requirements : None
NXOpen::SelectNXObjectList* NXOpen::Tooling::DieDesDrawDieBuilder::FlangeCurve | ( | ) |
Returns the flange curve, which is used for extrusion.
Created in NX8.0.0.
License requirements : None
double NXOpen::Tooling::DieDesDrawDieBuilder::FlangeOffset | ( | ) |
Returns the flange offset, which is the offset value from projected blank curve to flange curve.
Created in NX8.0.0.
License requirements : None
double NXOpen::Tooling::DieDesDrawDieBuilder::MachiningAllowance | ( | ) |
Returns the machining allowance, which is used for define the user machining allowance of the die.
Created in NX8.0.0.
License requirements : None
NXOpen::SelectNXObjectList* NXOpen::Tooling::DieDesDrawDieBuilder::PunchCurve | ( | ) |
Returns the punch curve, which is used for extrusion.
Created in NX8.0.0.
License requirements : None
void NXOpen::Tooling::DieDesDrawDieBuilder::SetApproximateSheetbodyOption | ( | bool | approximateSheetbodyOption | ) |
Sets the option to indicate whether to use approximate sheet metal.
Created in NX8.0.0.
License requirements : ug_die_design ("Die Design")
approximateSheetbodyOption | approximatesheetbodyoption |
void NXOpen::Tooling::DieDesDrawDieBuilder::SetBasePlane | ( | NXOpen::Plane * | basePlane | ) |
Sets the base plane, which is used for define the base of the die.
Created in NX8.0.0.
License requirements : ug_die_design ("Die Design")
basePlane | baseplane |
void NXOpen::Tooling::DieDesDrawDieBuilder::SetBaseThickness | ( | double | baseThickness | ) |
Sets the base thickness, which is used for define the base thickness of the die.
Created in NX8.0.0.
License requirements : ug_die_design ("Die Design")
baseThickness | basethickness |
void NXOpen::Tooling::DieDesDrawDieBuilder::SetBinderEdgeOffset | ( | double | binderEdgeOffset | ) |
Sets the binder edge offset, which is used for define the binder edge offset value of the die.
Created in NX8.0.0.
License requirements : ug_die_design ("Die Design")
binderEdgeOffset | binderedgeoffset |
void NXOpen::Tooling::DieDesDrawDieBuilder::SetCoreDrawDieOption | ( | bool | coreDrawDieOption | ) |
Sets the option to indicate whether to create core draw die.
Created in NX8.0.0.
License requirements : ug_die_design ("Die Design")
coreDrawDieOption | coredrawdieoption |
void NXOpen::Tooling::DieDesDrawDieBuilder::SetDeckEdgeOffset | ( | double | deckEdgeOffset | ) |
Sets the deck edge offset, which is used for define the deck edge offset value of the die.
Created in NX8.0.0.
License requirements : ug_die_design ("Die Design")
deckEdgeOffset | deckedgeoffset |
void NXOpen::Tooling::DieDesDrawDieBuilder::SetDeckFlangeThickness | ( | double | deckFlangeThickness | ) |
Sets the deck flange thickness, which is used for define the flange thickness of the die.
Created in NX8.0.0.
License requirements : ug_die_design ("Die Design")
deckFlangeThickness | deckflangethickness |
void NXOpen::Tooling::DieDesDrawDieBuilder::SetDeckThickness | ( | double | deckThickness | ) |
Sets the deck thickness, which is used for define the deck thickness of the die.
Created in NX8.0.0.
License requirements : ug_die_design ("Die Design")
deckThickness | deckthickness |
void NXOpen::Tooling::DieDesDrawDieBuilder::SetExactSheetbodyOption | ( | bool | exactSheetbodyOption | ) |
Sets the option to indicate whether to use exact sheet body.
This function has been obsoleted, use Tooling::DieDesDrawDieBuilder::ApproximateSheetbodyOption for substitution.
Created in NX8.0.0.
License requirements : ug_die_design ("Die Design")
exactSheetbodyOption | exactsheetbodyoption |
void NXOpen::Tooling::DieDesDrawDieBuilder::SetFlangeOffset | ( | double | flangeOffset | ) |
Sets the flange offset, which is the offset value from projected blank curve to flange curve.
Created in NX8.0.0.
License requirements : ug_die_design ("Die Design")
flangeOffset | flangeoffset |
void NXOpen::Tooling::DieDesDrawDieBuilder::SetMachiningAllowance | ( | double | machiningAllowance | ) |
Sets the machining allowance, which is used for define the user machining allowance of the die.
Created in NX8.0.0.
License requirements : ug_die_design ("Die Design")
machiningAllowance | machiningallowance |
void NXOpen::Tooling::DieDesDrawDieBuilder::SetTfeatureSet | ( | NXOpen::Features::Feature * | tFeatureSet | ) |
Sets the feature set tag.
Created in NX8.0.0.
License requirements : ug_die_design ("Die Design")
tFeatureSet | tfeatureset |
void NXOpen::Tooling::DieDesDrawDieBuilder::SetWallThickness | ( | double | wallThickness | ) |
Sets the wall thickness, which is used for define the wall thickness of the die.
Created in NX8.0.0.
License requirements : ug_die_design ("Die Design")
wallThickness | wallthickness |
NXOpen::SelectBody* NXOpen::Tooling::DieDesDrawDieBuilder::SheetBody | ( | ) |
Returns the sheet body, which is used to trim the die top face.
Created in NX8.0.0.
License requirements : None
NXOpen::Features::Feature* NXOpen::Tooling::DieDesDrawDieBuilder::TfeatureSet | ( | ) |
Returns the feature set tag.
Created in NX8.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Tooling::DieDesDrawDieBuilder::WallThickness | ( | ) |
Returns the wall thickness, which is used for define the wall thickness of the die.
Created in NX8.0.0.
License requirements : None