NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::Tooling::ConceptDieBaseBuilder Class Reference

Creates concept die_base builder for progressive die. More...

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

Public Member Functions

double DistanceToDieBaseEdge ()
 Returns the distance to die base edge
Created in NX12.0.1. More...
 
NXString GetExpressionValue (const NXString &expName)
 Get the expression value
Created in NX12.0.1. More...
 
NXString GetExpressionValue (const char *expName)
 Get the expression value
Created in NX12.0.1. More...
 
double LengthPL ()
 Returns the length pl
Created in NX12.0.1. More...
 
NXOpen::PointReferencePoint ()
 Returns the reference point
Created in NX12.0.1. More...
 
void SetBasePointYValue ()
 Set the base point y value
Created in NX12.0.1. More...
 
void SetDistanceToDieBaseEdge (double distanceToDieBaseEdge)
 Sets the distance to die base edge
Created in NX12.0.1. More...
 
void SetExpressionValue (const NXString &expName, const NXString &expressionValue)
 Set the expression value
Created in NX12.0.1. More...
 
void SetExpressionValue (const char *expName, const char *expressionValue)
 Set the expression value
Created in NX12.0.1. More...
 
void SetLengthPL (double lengthPL)
 Sets the length pl
Created in NX12.0.1. More...
 
void SetReferencePoint (NXOpen::Point *referencePoint)
 Sets the reference point
Created in NX12.0.1. More...
 
void SetSubDieBaseNumber (int subDieBaseNumber)
 Sets the sub die base number
Created in NX12.0.1. More...
 
void SetUpdateDieBasePositionAccordingToStrip (bool updateDieBasePositionAccordingToStrip)
 Sets the update die base position according to strip
Created in NX12.0.1. More...
 
void SetWidthPW (double widthPW)
 Sets the width pw
Created in NX12.0.1. More...
 
void SetWizardType (int wizardType)
 Sets the wizard type
Created in NX12.0.2. More...
 
void SetXEndDistance (double xEndDistance)
 Sets the x end distance
Created in NX12.0.1. More...
 
void SetXStartDistance (double xStartDistance)
 Sets the x start distance
Created in NX12.0.1. More...
 
void SetYDistanceFirst (double yDistanceFirst)
 Sets the first Y distance
Created in NX12.0.1. More...
 
void SetYDistanceSecond (double yDistanceSecond)
 Sets the second Y distance
Created in NX12.0.1. More...
 
int SubDieBaseNumber ()
 Returns the sub die base number
Created in NX12.0.1. More...
 
bool UpdateDieBasePositionAccordingToStrip ()
 Returns the update die base position according to strip
Created in NX12.0.1. More...
 
double WidthPW ()
 Returns the width pw
Created in NX12.0.1. More...
 
int WizardType ()
 Returns the wizard type
Created in NX12.0.2. More...
 
double XEndDistance ()
 Returns the x end distance
Created in NX12.0.1. More...
 
double XStartDistance ()
 Returns the x start distance
Created in NX12.0.1. More...
 
double YDistanceFirst ()
 Returns the first Y distance
Created in NX12.0.1. More...
 
double YDistanceSecond ()
 Returns the second Y distance
Created in NX12.0.1. 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

Creates concept die_base builder for progressive die.

No entity is returned.
To create a new instance of this class, use NXOpen::Tooling::ProgressiveDieManager::CreateConceptDieBaseBuilder
Default values.

Property Value

DistanceToDieBaseEdge

0

LengthPL

0

SubDieBaseNumber

1

UpdateDieBasePositionAccordingToStrip

0

WidthPW

0

XEndDistance

0

XStartDistance

0

YDistanceFirst

0

YDistanceSecond

0


Created in NX12.0.1.

Member Function Documentation

double NXOpen::Tooling::ConceptDieBaseBuilder::DistanceToDieBaseEdge ( )

Returns the distance to die base edge
Created in NX12.0.1.



License requirements : None

NXString NXOpen::Tooling::ConceptDieBaseBuilder::GetExpressionValue ( const NXString expName)

Get the expression value
Created in NX12.0.1.



License requirements : None

Parameters
expNameexpname
NXString NXOpen::Tooling::ConceptDieBaseBuilder::GetExpressionValue ( const char *  expName)

Get the expression value
Created in NX12.0.1.



License requirements : None

Parameters
expNameexpname
double NXOpen::Tooling::ConceptDieBaseBuilder::LengthPL ( )

Returns the length pl
Created in NX12.0.1.



License requirements : None

NXOpen::Point* NXOpen::Tooling::ConceptDieBaseBuilder::ReferencePoint ( )

Returns the reference point
Created in NX12.0.1.



License requirements : None

void NXOpen::Tooling::ConceptDieBaseBuilder::SetBasePointYValue ( )

Set the base point y value
Created in NX12.0.1.



License requirements : prog_die_wizard ("UG/Progressive Die Wizard")

void NXOpen::Tooling::ConceptDieBaseBuilder::SetDistanceToDieBaseEdge ( double  distanceToDieBaseEdge)

Sets the distance to die base edge
Created in NX12.0.1.



License requirements : prog_die_wizard ("UG/Progressive Die Wizard")

Parameters
distanceToDieBaseEdgedistancetodiebaseedge
void NXOpen::Tooling::ConceptDieBaseBuilder::SetExpressionValue ( const NXString expName,
const NXString expressionValue 
)

Set the expression value
Created in NX12.0.1.



License requirements : prog_die_wizard ("UG/Progressive Die Wizard")

Parameters
expNameexpname
expressionValueexpressionvalue
void NXOpen::Tooling::ConceptDieBaseBuilder::SetExpressionValue ( const char *  expName,
const char *  expressionValue 
)

Set the expression value
Created in NX12.0.1.



License requirements : prog_die_wizard ("UG/Progressive Die Wizard")

Parameters
expNameexpname
expressionValueexpressionvalue
void NXOpen::Tooling::ConceptDieBaseBuilder::SetLengthPL ( double  lengthPL)

Sets the length pl
Created in NX12.0.1.



License requirements : prog_die_wizard ("UG/Progressive Die Wizard")

Parameters
lengthPLlengthpl
void NXOpen::Tooling::ConceptDieBaseBuilder::SetReferencePoint ( NXOpen::Point referencePoint)

Sets the reference point
Created in NX12.0.1.



License requirements : prog_die_wizard ("UG/Progressive Die Wizard")

Parameters
referencePointreferencepoint
void NXOpen::Tooling::ConceptDieBaseBuilder::SetSubDieBaseNumber ( int  subDieBaseNumber)

Sets the sub die base number
Created in NX12.0.1.



License requirements : prog_die_wizard ("UG/Progressive Die Wizard")

Parameters
subDieBaseNumbersubdiebasenumber
void NXOpen::Tooling::ConceptDieBaseBuilder::SetUpdateDieBasePositionAccordingToStrip ( bool  updateDieBasePositionAccordingToStrip)

Sets the update die base position according to strip
Created in NX12.0.1.



License requirements : prog_die_wizard ("UG/Progressive Die Wizard")

Parameters
updateDieBasePositionAccordingToStripupdatediebasepositionaccordingtostrip
void NXOpen::Tooling::ConceptDieBaseBuilder::SetWidthPW ( double  widthPW)

Sets the width pw
Created in NX12.0.1.



License requirements : prog_die_wizard ("UG/Progressive Die Wizard")

Parameters
widthPWwidthpw
void NXOpen::Tooling::ConceptDieBaseBuilder::SetWizardType ( int  wizardType)

Sets the wizard type
Created in NX12.0.2.



License requirements : prog_die_wizard ("UG/Progressive Die Wizard")

Parameters
wizardTypewizardtype
void NXOpen::Tooling::ConceptDieBaseBuilder::SetXEndDistance ( double  xEndDistance)

Sets the x end distance
Created in NX12.0.1.



License requirements : prog_die_wizard ("UG/Progressive Die Wizard")

Parameters
xEndDistancexenddistance
void NXOpen::Tooling::ConceptDieBaseBuilder::SetXStartDistance ( double  xStartDistance)

Sets the x start distance
Created in NX12.0.1.



License requirements : prog_die_wizard ("UG/Progressive Die Wizard")

Parameters
xStartDistancexstartdistance
void NXOpen::Tooling::ConceptDieBaseBuilder::SetYDistanceFirst ( double  yDistanceFirst)

Sets the first Y distance
Created in NX12.0.1.



License requirements : prog_die_wizard ("UG/Progressive Die Wizard")

Parameters
yDistanceFirstydistancefirst
void NXOpen::Tooling::ConceptDieBaseBuilder::SetYDistanceSecond ( double  yDistanceSecond)

Sets the second Y distance
Created in NX12.0.1.



License requirements : prog_die_wizard ("UG/Progressive Die Wizard")

Parameters
yDistanceSecondydistancesecond
int NXOpen::Tooling::ConceptDieBaseBuilder::SubDieBaseNumber ( )

Returns the sub die base number
Created in NX12.0.1.



License requirements : None

bool NXOpen::Tooling::ConceptDieBaseBuilder::UpdateDieBasePositionAccordingToStrip ( )

Returns the update die base position according to strip
Created in NX12.0.1.



License requirements : None

double NXOpen::Tooling::ConceptDieBaseBuilder::WidthPW ( )

Returns the width pw
Created in NX12.0.1.



License requirements : None

int NXOpen::Tooling::ConceptDieBaseBuilder::WizardType ( )

Returns the wizard type
Created in NX12.0.2.



License requirements : None

double NXOpen::Tooling::ConceptDieBaseBuilder::XEndDistance ( )

Returns the x end distance
Created in NX12.0.1.



License requirements : None

double NXOpen::Tooling::ConceptDieBaseBuilder::XStartDistance ( )

Returns the x start distance
Created in NX12.0.1.



License requirements : None

double NXOpen::Tooling::ConceptDieBaseBuilder::YDistanceFirst ( )

Returns the first Y distance
Created in NX12.0.1.



License requirements : None

double NXOpen::Tooling::ConceptDieBaseBuilder::YDistanceSecond ( )

Returns the second Y distance
Created in NX12.0.1.



License requirements : None


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