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

Die Design draw punch management builder, create a draw die punch by selected sheet body, curve and base plane. More...

Inheritance diagram for NXOpen::Tooling::DieDesDrawPunchBuilder:
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 punch. More...
 
double BaseThickness ()
 Returns the base thickness, which is used for define the base thickness of the die. More...
 
double BaseWidth ()
 Returns the base width, which is used for define the base width value of the die. More...
 
double BeltThickness ()
 Returns the belt thickness, which is used for define the belt thickness of the punch. More...
 
bool CoreDrawPunchOption ()
 Returns the option to indicate whether to create core draw punch. More...
 
double DeckThickness ()
 Returns the deck thickness, which is used for define the deck thickness of the punch. More...
 
bool ExactSheetbodyOption ()
 Returns the option to indicate whether to use exact sheet metal. More...
 
NXOpen::SectionFlangeProfile ()
 Returns the flange profile, which is used for user defined flange shape. More...
 
double MachiningAllowance ()
 Returns the machining allowance, which is used for define the user machining allowance of the punch. More...
 
NXOpen::SectionMainWallCenterLine ()
 Returns the main wall center line profile, which is used for user defined main wall shape. More...
 
NXOpen::SelectNXObjectListPunchCurve ()
 Returns the punch curve, which is used for wall extrusion. More...
 
double ReliefAngle ()
 Returns the relief angle thickness, which is used for define the relief angle of the punch. More...
 
double ReliefDistance ()
 Returns the relief distance thickness, which is used for define the relief distance of the punch. 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 punch. More...
 
void SetBaseThickness (double baseThickness)
 Sets the base thickness, which is used for define the base thickness of the die. More...
 
void SetBaseWidth (double baseWidth)
 Sets the base width, which is used for define the base width value of the die. More...
 
void SetBeltThickness (double beltThickness)
 Sets the belt thickness, which is used for define the belt thickness of the punch. More...
 
void SetCoreDrawPunchOption (bool coreDrawPunchOption)
 Sets the option to indicate whether to create core draw punch. More...
 
void SetDeckThickness (double deckThickness)
 Sets the deck thickness, which is used for define the deck thickness of the punch. More...
 
void SetExactSheetbodyOption (bool exactSheetbodyOption)
 Sets the option to indicate whether to use exact sheet metal. More...
 
void SetMachiningAllowance (double machiningAllowance)
 Sets the machining allowance, which is used for define the user machining allowance of the punch. More...
 
void SetReliefAngle (double reliefAngle)
 Sets the relief angle thickness, which is used for define the relief angle of the punch. More...
 
void SetReliefDistance (double reliefDistance)
 Sets the relief distance thickness, which is used for define the relief distance of the punch. 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 punch top face. More...
 
NXOpen::SelectBodySheetBodyDeck ()
 Returns the inner deck sheet body, which is used for draw punch inner deck 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

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

Created in NX8.0.0.

Member Function Documentation

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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