NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Tooling::DieDesDrawDieBuilder Class Reference

Represents the Die Design draw die management builder, which is to create a draw die by selected sheet body, curve and base plane. More...

Inheritance diagram for NXOpen::Tooling::DieDesDrawDieBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

bool ApproximateSheetbodyOption ()
 Returns the option to indicate whether to use approximate sheet metal. More...
 
NXOpen::PlaneBasePlane ()
 Returns the base plane, which is used for define the base of the die. More...
 
double BaseThickness ()
 Returns the base thickness, which is used for define the base thickness of the die. More...
 
double BinderEdgeOffset ()
 Returns the binder edge offset, which is used for define the binder edge offset value of the die. More...
 
NXOpen::SelectNXObjectListBlankCurve ()
 Returns the blank curve, which is used for extrusion. More...
 
bool CoreDrawDieOption ()
 Returns the option to indicate whether to create core draw die. More...
 
double DeckEdgeOffset ()
 Returns the deck edge offset, which is used for define the deck edge offset value of the die. More...
 
double DeckFlangeThickness ()
 Returns the deck flange thickness, which is used for define the flange thickness of the die. More...
 
double DeckThickness ()
 Returns the deck thickness, which is used for define the deck thickness of the die. More...
 
bool ExactSheetbodyOption ()
 Returns the option to indicate whether to use exact sheet body. More...
 
NXOpen::SelectNXObjectListFlangeCurve ()
 Returns the flange curve, which is used for extrusion. More...
 
double FlangeOffset ()
 Returns the flange offset, which is the offset value from projected blank curve to flange curve. More...
 
double MachiningAllowance ()
 Returns the machining allowance, which is used for define the user machining allowance of the die. More...
 
NXOpen::SelectNXObjectListPunchCurve ()
 Returns the punch curve, which is used for extrusion. More...
 
void SetApproximateSheetbodyOption (bool approximateSheetbodyOption)
 Sets the option to indicate whether to use approximate sheet metal. More...
 
void SetBasePlane (NXOpen::Plane *basePlane)
 Sets the base plane, which is used for define the base of the die. More...
 
void SetBaseThickness (double baseThickness)
 Sets the base thickness, which is used for define the base thickness of the die. More...
 
void SetBinderEdgeOffset (double binderEdgeOffset)
 Sets the binder edge offset, which is used for define the binder edge offset value of the die. More...
 
void SetCoreDrawDieOption (bool coreDrawDieOption)
 Sets the option to indicate whether to create core draw die. More...
 
void SetDeckEdgeOffset (double deckEdgeOffset)
 Sets the deck edge offset, which is used for define the deck edge offset value of the die. More...
 
void SetDeckFlangeThickness (double deckFlangeThickness)
 Sets the deck flange thickness, which is used for define the flange thickness of the die. More...
 
void SetDeckThickness (double deckThickness)
 Sets the deck thickness, which is used for define the deck thickness of the die. More...
 
void SetExactSheetbodyOption (bool exactSheetbodyOption)
 Sets the option to indicate whether to use exact sheet body. More...
 
void SetFlangeOffset (double flangeOffset)
 Sets the flange offset, which is the offset value from projected blank curve to flange curve. More...
 
void SetMachiningAllowance (double machiningAllowance)
 Sets the machining allowance, which is used for define the user machining allowance of the die. More...
 
void SetTfeatureSet (NXOpen::Features::Feature *tFeatureSet)
 Sets the feature set tag. More...
 
void SetWallThickness (double wallThickness)
 Sets the wall thickness, which is used for define the wall thickness of the die. More...
 
NXOpen::SelectBodySheetBody ()
 Returns the sheet body, which is used to trim the die top face. More...
 
NXOpen::Features::FeatureTfeatureSet ()
 Returns the feature set tag. More...
 
double WallThickness ()
 Returns the wall thickness, which is used for define the wall thickness of the die. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

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 NXOpen::Tooling::AutoDieCollection::CreateDieDesDrawDieBuilder

Created in NX8.0.0.

Member Function Documentation

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")

Parameters
approximateSheetbodyOptionapproximatesheetbodyoption
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")

Parameters
basePlanebaseplane
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")

Parameters
baseThicknessbasethickness
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")

Parameters
binderEdgeOffsetbinderedgeoffset
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")

Parameters
coreDrawDieOptioncoredrawdieoption
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")

Parameters
deckEdgeOffsetdeckedgeoffset
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")

Parameters
deckFlangeThicknessdeckflangethickness
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")

Parameters
deckThicknessdeckthickness
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")

Parameters
exactSheetbodyOptionexactsheetbodyoption
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")

Parameters
flangeOffsetflangeoffset
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")

Parameters
machiningAllowancemachiningallowance
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")

Parameters
tFeatureSettfeatureset
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")

Parameters
wallThicknesswallthickness
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


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.