NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::SIM::PostConfigurator::CreationPostBuilder Class Reference

This class is used to create a new postprocessor. More...

Inheritance diagram for NXOpen::SIM::PostConfigurator::CreationPostBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXString ControllerName ()
 Returns the controller's name that is used for the postprocessor. More...
 
std::vector< NXStringGetControllerNames ()
 Returns the list of Controller Names in the postprocessor. More...
 
std::vector< NXStringGetMachineNames ()
 Returns the list of Machine Names in the postprocessor. More...
 
std::vector< NXStringGetManufacturerNames ()
 Returns the list of Manufacturer Names in the postprocessor. More...
 
NXString MachineName ()
 Returns the machine's name that is used for the postprocessor. More...
 
NXString ManufacturerName ()
 Returns the manufacturer's name that is used for the postprocessor. More...
 
NXString PostprocessorName ()
 Returns the postprocessor's name. More...
 
NXString PostprocessorOutputDirectory ()
 Returns the postprocessor's output directory where the postprocessor is created. More...
 
void SetControllerName (const NXString &name)
 Sets the controller's name that is used for the postprocessor. More...
 
void SetControllerName (const char *name)
 Sets the controller's name that is used for the postprocessor. More...
 
void SetMachineName (const NXString &name)
 Sets the machine's name that is used for the postprocessor. More...
 
void SetMachineName (const char *name)
 Sets the machine's name that is used for the postprocessor. More...
 
void SetManufacturerName (const NXString &name)
 Sets the manufacturer's name that is used for the postprocessor. More...
 
void SetManufacturerName (const char *name)
 Sets the manufacturer's name that is used for the postprocessor. More...
 
void SetPostprocessorName (const NXString &name)
 Sets the postprocessor's name. More...
 
void SetPostprocessorName (const char *name)
 Sets the postprocessor's name. More...
 
void SetPostprocessorOutputDirectory (const NXString &outputDirectory)
 Sets the postprocessor's output directory where the postprocessor is created. More...
 
void SetPostprocessorOutputDirectory (const char *outputDirectory)
 Sets the postprocessor's output directory where the postprocessor is created. 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

This class is used to create a new postprocessor.

Calling Builder::Commit on this builder will only return NULL.
To create a new instance of this class, use NXOpen::SIM::PostConfigurator::PostConfiguratorManager::CreateCreationPostBuilder

Created in NX10.0.3.

Member Function Documentation

NXString NXOpen::SIM::PostConfigurator::CreationPostBuilder::ControllerName ( )

Returns the controller's name that is used for the postprocessor.


Created in NX10.0.3.

License requirements : None

std::vector<NXString> NXOpen::SIM::PostConfigurator::CreationPostBuilder::GetControllerNames ( )

Returns the list of Controller Names in the postprocessor.

Returns
the list of available controller
Created in NX10.0.3.

License requirements : None
std::vector<NXString> NXOpen::SIM::PostConfigurator::CreationPostBuilder::GetMachineNames ( )

Returns the list of Machine Names in the postprocessor.

Returns
the list of available machine
Created in NX10.0.3.

License requirements : None
std::vector<NXString> NXOpen::SIM::PostConfigurator::CreationPostBuilder::GetManufacturerNames ( )

Returns the list of Manufacturer Names in the postprocessor.

Returns
the list of available manufacturer
Created in NX10.0.3.

License requirements : None
NXString NXOpen::SIM::PostConfigurator::CreationPostBuilder::MachineName ( )

Returns the machine's name that is used for the postprocessor.


Created in NX10.0.3.

License requirements : None

NXString NXOpen::SIM::PostConfigurator::CreationPostBuilder::ManufacturerName ( )

Returns the manufacturer's name that is used for the postprocessor.


Created in NX10.0.3.

License requirements : None

NXString NXOpen::SIM::PostConfigurator::CreationPostBuilder::PostprocessorName ( )

Returns the postprocessor's name.


Created in NX10.0.3.

License requirements : None

NXString NXOpen::SIM::PostConfigurator::CreationPostBuilder::PostprocessorOutputDirectory ( )

Returns the postprocessor's output directory where the postprocessor is created.


Created in NX10.0.3.

License requirements : None

void NXOpen::SIM::PostConfigurator::CreationPostBuilder::SetControllerName ( const NXString name)

Sets the controller's name that is used for the postprocessor.


Created in NX10.0.3.

License requirements : nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

Parameters
namethe controller's new name
void NXOpen::SIM::PostConfigurator::CreationPostBuilder::SetControllerName ( const char *  name)

Sets the controller's name that is used for the postprocessor.


Created in NX10.0.3.

License requirements : nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

Parameters
namethe controller's new name
void NXOpen::SIM::PostConfigurator::CreationPostBuilder::SetMachineName ( const NXString name)

Sets the machine's name that is used for the postprocessor.


Created in NX10.0.3.

License requirements : nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

Parameters
namethe machine's new name
void NXOpen::SIM::PostConfigurator::CreationPostBuilder::SetMachineName ( const char *  name)

Sets the machine's name that is used for the postprocessor.


Created in NX10.0.3.

License requirements : nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

Parameters
namethe machine's new name
void NXOpen::SIM::PostConfigurator::CreationPostBuilder::SetManufacturerName ( const NXString name)

Sets the manufacturer's name that is used for the postprocessor.


Created in NX10.0.3.

License requirements : nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

Parameters
namethe manufacturer's new name
void NXOpen::SIM::PostConfigurator::CreationPostBuilder::SetManufacturerName ( const char *  name)

Sets the manufacturer's name that is used for the postprocessor.


Created in NX10.0.3.

License requirements : nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

Parameters
namethe manufacturer's new name
void NXOpen::SIM::PostConfigurator::CreationPostBuilder::SetPostprocessorName ( const NXString name)

Sets the postprocessor's name.


Created in NX10.0.3.

License requirements : nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

Parameters
namethe postprocessor's new name
void NXOpen::SIM::PostConfigurator::CreationPostBuilder::SetPostprocessorName ( const char *  name)

Sets the postprocessor's name.


Created in NX10.0.3.

License requirements : nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

Parameters
namethe postprocessor's new name
void NXOpen::SIM::PostConfigurator::CreationPostBuilder::SetPostprocessorOutputDirectory ( const NXString outputDirectory)

Sets the postprocessor's output directory where the postprocessor is created.


Created in NX10.0.3.

License requirements : nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

Parameters
outputDirectorythe postprocessor's new output directory
void NXOpen::SIM::PostConfigurator::CreationPostBuilder::SetPostprocessorOutputDirectory ( const char *  outputDirectory)

Sets the postprocessor's output directory where the postprocessor is created.


Created in NX10.0.3.

License requirements : nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

Parameters
outputDirectorythe postprocessor's new output directory

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