|
NX Open C++ Reference Guide
|
Die Design draw punch management builder, create a draw die punch 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 punch. | |
| double | BaseThickness () |
| Returns the base thickness, which is used for define the base thickness of the die. | |
| double | BaseWidth () |
| Returns the base width, which is used for define the base width value of the die. | |
| double | BeltThickness () |
| Returns the belt thickness, which is used for define the belt thickness of the punch. | |
| bool | CoreDrawPunchOption () |
| Returns the option to indicate whether to create core draw punch. | |
| double | DeckThickness () |
| Returns the deck thickness, which is used for define the deck thickness of the punch. | |
| bool | ExactSheetbodyOption () |
| Returns the option to indicate whether to use exact sheet metal. | |
| NXOpen::Section * | FlangeProfile () |
| Returns the flange profile, which is used for user defined flange shape. | |
| double | MachiningAllowance () |
| Returns the machining allowance, which is used for define the user machining allowance of the punch. | |
| NXOpen::Section * | MainWallCenterLine () |
| Returns the main wall center line profile, which is used for user defined main wall shape. | |
| NXOpen::SelectNXObjectList * | PunchCurve () |
| Returns the punch curve, which is used for wall extrusion. | |
| double | ReliefAngle () |
| Returns the relief angle thickness, which is used for define the relief angle of the punch. | |
| double | ReliefDistance () |
| Returns the relief distance thickness, which is used for define the relief distance of the punch. | |
| 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 punch. | |
| void | SetBaseThickness (double baseThickness) |
| Sets the base thickness, which is used for define the base thickness of the die. | |
| void | SetBaseWidth (double baseWidth) |
| Sets the base width, which is used for define the base width value of the die. | |
| void | SetBeltThickness (double beltThickness) |
| Sets the belt thickness, which is used for define the belt thickness of the punch. | |
| void | SetCoreDrawPunchOption (bool coreDrawPunchOption) |
| Sets the option to indicate whether to create core draw punch. | |
| void | SetDeckThickness (double deckThickness) |
| Sets the deck thickness, which is used for define the deck thickness of the punch. | |
| void | SetExactSheetbodyOption (bool exactSheetbodyOption) |
| Sets the option to indicate whether to use exact sheet metal. | |
| void | SetMachiningAllowance (double machiningAllowance) |
| Sets the machining allowance, which is used for define the user machining allowance of the punch. | |
| void | SetReliefAngle (double reliefAngle) |
| Sets the relief angle thickness, which is used for define the relief angle of the punch. | |
| void | SetReliefDistance (double reliefDistance) |
| Sets the relief distance thickness, which is used for define the relief distance of the punch. | |
| 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 punch top face. | |
| NXOpen::SelectBody * | SheetBodyDeck () |
| Returns the inner deck sheet body, which is used for draw punch inner deck 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. | |
Public Member Functions inherited from NXOpen::Builder | |
| 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. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Die Design draw punch management builder, create a draw die punch by selected sheet body, curve and base plane.
To create a new instance of this class, use Tooling::AutoDieCollection::CreateDieDesDrawPunchBuilder
Created in NX8.0.0.
| bool NXOpen::Tooling::DieDesDrawPunchBuilder::ApproximateSheetbodyOption | ( | ) |
Returns the option to indicate whether to use approximate sheet metal.
Created in NX8.0.0.
License requirements : None
| NXOpen::Plane* NXOpen::Tooling::DieDesDrawPunchBuilder::BasePlane | ( | ) |
Returns the base plane, which is used for define the base of the punch.
Created in NX8.0.0.
License requirements : None
| double NXOpen::Tooling::DieDesDrawPunchBuilder::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::DieDesDrawPunchBuilder::BaseWidth | ( | ) |
Returns the base width, which is used for define the base width value of the die.
Created in NX8.0.0.
License requirements : None
| double NXOpen::Tooling::DieDesDrawPunchBuilder::BeltThickness | ( | ) |
Returns the belt thickness, which is used for define the belt thickness of the punch.
Created in NX8.0.0.
License requirements : None
| bool NXOpen::Tooling::DieDesDrawPunchBuilder::CoreDrawPunchOption | ( | ) |
Returns the option to indicate whether to create core draw punch.
Created in NX8.0.0.
License requirements : None
| double NXOpen::Tooling::DieDesDrawPunchBuilder::DeckThickness | ( | ) |
Returns the deck thickness, which is used for define the deck thickness of the punch.
Created in NX8.0.0.
License requirements : None
| bool NXOpen::Tooling::DieDesDrawPunchBuilder::ExactSheetbodyOption | ( | ) |
Returns the option to indicate whether to use exact sheet metal.
This function has been obsoleted, use Tooling::DieDesDrawPunchBuilder::ApproximateSheetbodyOption for substitution.
Created in NX8.0.0.
License requirements : None
| NXOpen::Section* NXOpen::Tooling::DieDesDrawPunchBuilder::FlangeProfile | ( | ) |
Returns the flange profile, which is used for user defined flange shape.
Created in NX8.0.0.
License requirements : None
| double NXOpen::Tooling::DieDesDrawPunchBuilder::MachiningAllowance | ( | ) |
Returns the machining allowance, which is used for define the user machining allowance of the punch.
Created in NX8.0.0.
License requirements : None
| NXOpen::Section* NXOpen::Tooling::DieDesDrawPunchBuilder::MainWallCenterLine | ( | ) |
Returns the main wall center line profile, which is used for user defined main wall shape.
Created in NX8.0.0.
License requirements : None
| NXOpen::SelectNXObjectList* NXOpen::Tooling::DieDesDrawPunchBuilder::PunchCurve | ( | ) |
Returns the punch curve, which is used for wall extrusion.
Created in NX8.0.0.
License requirements : None
| double NXOpen::Tooling::DieDesDrawPunchBuilder::ReliefAngle | ( | ) |
Returns the relief angle thickness, which is used for define the relief angle of the punch.
Created in NX8.0.0.
License requirements : None
| double NXOpen::Tooling::DieDesDrawPunchBuilder::ReliefDistance | ( | ) |
Returns the relief distance thickness, which is used for define the relief distance of the punch.
Created in NX8.0.0.
License requirements : None
| void NXOpen::Tooling::DieDesDrawPunchBuilder::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::DieDesDrawPunchBuilder::SetBasePlane | ( | NXOpen::Plane * | basePlane | ) |
Sets the base plane, which is used for define the base of the punch.
Created in NX8.0.0.
License requirements : ug_die_design ("Die Design")
| basePlane | baseplane |
| void NXOpen::Tooling::DieDesDrawPunchBuilder::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::DieDesDrawPunchBuilder::SetBaseWidth | ( | double | baseWidth | ) |
Sets the base width, which is used for define the base width value of the die.
Created in NX8.0.0.
License requirements : ug_die_design ("Die Design")
| baseWidth | basewidth |
| void NXOpen::Tooling::DieDesDrawPunchBuilder::SetBeltThickness | ( | double | beltThickness | ) |
Sets the belt thickness, which is used for define the belt thickness of the punch.
Created in NX8.0.0.
License requirements : ug_die_design ("Die Design")
| beltThickness | beltthickness |
| void NXOpen::Tooling::DieDesDrawPunchBuilder::SetCoreDrawPunchOption | ( | bool | coreDrawPunchOption | ) |
Sets the option to indicate whether to create core draw punch.
Created in NX8.0.0.
License requirements : ug_die_design ("Die Design")
| coreDrawPunchOption | coredrawpunchoption |
| void NXOpen::Tooling::DieDesDrawPunchBuilder::SetDeckThickness | ( | double | deckThickness | ) |
Sets the deck thickness, which is used for define the deck thickness of the punch.
Created in NX8.0.0.
License requirements : ug_die_design ("Die Design")
| deckThickness | deckthickness |
| void NXOpen::Tooling::DieDesDrawPunchBuilder::SetExactSheetbodyOption | ( | bool | exactSheetbodyOption | ) |
Sets the option to indicate whether to use exact sheet metal.
This function has been obsoleted, use Tooling::DieDesDrawPunchBuilder::ApproximateSheetbodyOption for substitution.
Created in NX8.0.0.
License requirements : ug_die_design ("Die Design")
| exactSheetbodyOption | exactsheetbodyoption |
| void NXOpen::Tooling::DieDesDrawPunchBuilder::SetMachiningAllowance | ( | double | machiningAllowance | ) |
Sets the machining allowance, which is used for define the user machining allowance of the punch.
Created in NX8.0.0.
License requirements : ug_die_design ("Die Design")
| machiningAllowance | machiningallowance |
| void NXOpen::Tooling::DieDesDrawPunchBuilder::SetReliefAngle | ( | double | reliefAngle | ) |
Sets the relief angle thickness, which is used for define the relief angle of the punch.
Created in NX8.0.0.
License requirements : ug_die_design ("Die Design")
| reliefAngle | reliefangle |
| void NXOpen::Tooling::DieDesDrawPunchBuilder::SetReliefDistance | ( | double | reliefDistance | ) |
Sets the relief distance thickness, which is used for define the relief distance of the punch.
Created in NX8.0.0.
License requirements : ug_die_design ("Die Design")
| reliefDistance | reliefdistance |
| void NXOpen::Tooling::DieDesDrawPunchBuilder::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::DieDesDrawPunchBuilder::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::DieDesDrawPunchBuilder::SheetBody | ( | ) |
Returns the sheet body, which is used to trim the punch top face.
Created in NX8.0.0.
License requirements : None
| NXOpen::SelectBody* NXOpen::Tooling::DieDesDrawPunchBuilder::SheetBodyDeck | ( | ) |
Returns the inner deck sheet body, which is used for draw punch inner deck face.
Created in NX8.0.0.
License requirements : None
| NXOpen::Features::Feature* NXOpen::Tooling::DieDesDrawPunchBuilder::TfeatureSet | ( | ) |
Returns the feature set tag.
Created in NX8.0.0.
License requirements : ug_die_design ("Die Design")
| double NXOpen::Tooling::DieDesDrawPunchBuilder::WallThickness | ( | ) |
Returns the wall thickness, which is used for define the wall thickness of the die.
Created in NX8.0.0.
License requirements : None