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

Represents a Tooling::SetPressModelBuilder to set and load the press model. More...

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

Public Member Functions

void InitializeAvailablePressModels (const NXString &pressModelPath)
 Initializes the available press models from press model path
Created in NX10.0.2. More...
 
void InitializeAvailablePressModels (const char *pressModelPath)
 Initializes the available press models from press model path
Created in NX10.0.2. More...
 
NXString NameSuffix ()
 Returns the name suffix add to the press model parts
Created in NX10.0.2. More...
 
NXString PressModelPath ()
 Returns the path to clone available press model
Created in NX10.0.2. More...
 
void SetNameSuffix (const NXString &nameSuffix)
 Sets the name suffix add to the press model parts
Created in NX10.0.2. More...
 
void SetNameSuffix (const char *nameSuffix)
 Sets the name suffix add to the press model parts
Created in NX10.0.2. More...
 
void SetPressModelName (const NXString &pressModelName)
 Sets the press model name user selected in the list box
Created in NX10.0.2. More...
 
void SetPressModelName (const char *pressModelName)
 Sets the press model name user selected in the list box
Created in NX10.0.2. More...
 
void SetPressModelPath (const NXString &pressModelPath)
 Sets the path to clone available press model
Created in NX10.0.2. More...
 
void SetPressModelPath (const char *pressModelPath)
 Sets the path to clone available press model
Created in NX10.0.2. More...
 
void SetStrokesPerMinute (double strokesPerMinute)
 Sets the strokes per minute of press model
Created in NX10.0.2. More...
 
void SetTargetDirectory (const NXString &pathName)
 Sets the target directory to store cloned press model
Created in NX10.0.2. More...
 
void SetTargetDirectory (const char *pathName)
 Sets the target directory to store cloned press model
Created in NX10.0.2. More...
 
double StrokesPerMinute ()
 Returns the strokes per minute of press model
Created in NX10.0.2. More...
 
NXString TargetDirectory ()
 Returns the target directory to store cloned press model
Created in NX10.0.2. 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 a Tooling::SetPressModelBuilder to set and load the press model.


To create a new instance of this class, use NXOpen::Tooling::AutoDieCollection::CreateSetPressModelBuilder
Default values.

Property Value

StrokesPerMinute

0


Created in NX10.0.2.

Member Function Documentation

void NXOpen::Tooling::SetPressModelBuilder::InitializeAvailablePressModels ( const NXString pressModelPath)

Initializes the available press models from press model path
Created in NX10.0.2.



License requirements : nx_dievalidation ("DIE VALIDATION")

Parameters
pressModelPathpressmodelpath
void NXOpen::Tooling::SetPressModelBuilder::InitializeAvailablePressModels ( const char *  pressModelPath)

Initializes the available press models from press model path
Created in NX10.0.2.



License requirements : nx_dievalidation ("DIE VALIDATION")

Parameters
pressModelPathpressmodelpath
NXString NXOpen::Tooling::SetPressModelBuilder::NameSuffix ( )

Returns the name suffix add to the press model parts
Created in NX10.0.2.



License requirements : None

NXString NXOpen::Tooling::SetPressModelBuilder::PressModelPath ( )

Returns the path to clone available press model
Created in NX10.0.2.



License requirements : None

void NXOpen::Tooling::SetPressModelBuilder::SetNameSuffix ( const NXString nameSuffix)

Sets the name suffix add to the press model parts
Created in NX10.0.2.



License requirements : nx_dievalidation ("DIE VALIDATION")

Parameters
nameSuffixnamesuffix
void NXOpen::Tooling::SetPressModelBuilder::SetNameSuffix ( const char *  nameSuffix)

Sets the name suffix add to the press model parts
Created in NX10.0.2.



License requirements : nx_dievalidation ("DIE VALIDATION")

Parameters
nameSuffixnamesuffix
void NXOpen::Tooling::SetPressModelBuilder::SetPressModelName ( const NXString pressModelName)

Sets the press model name user selected in the list box
Created in NX10.0.2.



License requirements : nx_dievalidation ("DIE VALIDATION")

Parameters
pressModelNamepressmodelname
void NXOpen::Tooling::SetPressModelBuilder::SetPressModelName ( const char *  pressModelName)

Sets the press model name user selected in the list box
Created in NX10.0.2.



License requirements : nx_dievalidation ("DIE VALIDATION")

Parameters
pressModelNamepressmodelname
void NXOpen::Tooling::SetPressModelBuilder::SetPressModelPath ( const NXString pressModelPath)

Sets the path to clone available press model
Created in NX10.0.2.



License requirements : nx_dievalidation ("DIE VALIDATION")

Parameters
pressModelPathpressmodelpath
void NXOpen::Tooling::SetPressModelBuilder::SetPressModelPath ( const char *  pressModelPath)

Sets the path to clone available press model
Created in NX10.0.2.



License requirements : nx_dievalidation ("DIE VALIDATION")

Parameters
pressModelPathpressmodelpath
void NXOpen::Tooling::SetPressModelBuilder::SetStrokesPerMinute ( double  strokesPerMinute)

Sets the strokes per minute of press model
Created in NX10.0.2.



License requirements : nx_dievalidation ("DIE VALIDATION")

Parameters
strokesPerMinutestrokesperminute
void NXOpen::Tooling::SetPressModelBuilder::SetTargetDirectory ( const NXString pathName)

Sets the target directory to store cloned press model
Created in NX10.0.2.



License requirements : nx_dievalidation ("DIE VALIDATION")

Parameters
pathNamepathname
void NXOpen::Tooling::SetPressModelBuilder::SetTargetDirectory ( const char *  pathName)

Sets the target directory to store cloned press model
Created in NX10.0.2.



License requirements : nx_dievalidation ("DIE VALIDATION")

Parameters
pathNamepathname
double NXOpen::Tooling::SetPressModelBuilder::StrokesPerMinute ( )

Returns the strokes per minute of press model
Created in NX10.0.2.



License requirements : None

NXString NXOpen::Tooling::SetPressModelBuilder::TargetDirectory ( )

Returns the target directory to store cloned press model
Created in NX10.0.2.



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.