NX Open C++ Reference Guide
Public Member Functions
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

List of all members.

Public Member Functions

NXOpen::PlaneBasePlane ()
 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::SelectNXObjectListBlankCurve ()
 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::SelectNXObjectListFlangeCurve ()
 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::SelectNXObjectListPunchCurve ()
 Returns the punch curve, which is used for extrusion.
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::SelectBodySheetBody ()
 Returns the sheet body, which is used to trim the die top face.
NXOpen::Features::FeatureTfeatureSet ()
 Returns the feature set tag.
double WallThickness ()
 Returns the wall thickness, which is used for define the wall thickness of the die.

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

Created in NX8.0.0.


Member Function Documentation

Returns the base plane, which is used for define the base of the die.


Created in NX8.0.0.

License requirements : None

Returns the base thickness, which is used for define the base thickness of the die.


Created in NX8.0.0.

License requirements : None

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

Returns the blank curve, which is used for extrusion.


Created in NX8.0.0.

License requirements : None

Returns the option to indicate whether to create core draw die.


Created in NX8.0.0.

License requirements : None

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

Returns the deck flange thickness, which is used for define the flange thickness of the die.


Created in NX8.0.0.

License requirements : None

Returns the deck thickness, which is used for define the deck thickness of the die.


Created in NX8.0.0.

License requirements : None

Returns the option to indicate whether to use exact sheet body.


Created in NX8.0.0.

License requirements : None

Returns the flange curve, which is used for extrusion.


Created in NX8.0.0.

License requirements : None

Returns the flange offset, which is the offset value from projected blank curve to flange curve.


Created in NX8.0.0.

License requirements : None

Returns the machining allowance, which is used for define the user machining allowance of the die.


Created in NX8.0.0.

License requirements : None

Returns the punch curve, which is used for extrusion.


Created in NX8.0.0.

License requirements : None

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

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

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

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

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

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

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

Sets the option to indicate whether to use exact sheet body.


Created in NX8.0.0.

License requirements : ug_die_design ("Die Design")

Parameters:
exactSheetbodyOptionexactsheetbodyoption

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

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

Sets the feature set tag.


Created in NX8.0.0.

License requirements : ug_die_design ("Die Design")

Parameters:
tFeatureSettfeatureset

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

Returns the sheet body, which is used to trim the die top face.


Created in NX8.0.0.

License requirements : None

Returns the feature set tag.


Created in NX8.0.0.

License requirements : ug_die_design ("Die Design")

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 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.