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

This class is used to create a post configurator builder. More...

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

Public Member Functions

NXOpen::DateBuilderDateValue ()
 Returns the date value. More...
 
void EncryptPostConfiguratorFiles (const NXString &soldToID, const NXString &expirationDate)
 Encrypts a post processor with Sold-To ID and expiration date. More...
 
void EncryptPostConfiguratorFiles (const char *soldToID, const char *expirationDate)
 Encrypts a post processor with Sold-To ID and expiration date. More...
 
void Reset ()
 Resets the post configurator data. More...
 
void SaveAs (const NXString &postprocessorName, const NXString &outputDirectory)
 Saves the post configurator data in different name. More...
 
void SaveAs (const char *postprocessorName, const char *outputDirectory)
 Saves the post configurator data in different name. More...
 
void ShowChanges ()
 Shows the post configurator data changes in the listing window. 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 post configurator builder.

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

Created in NX10.0.3.

Member Function Documentation

NXOpen::DateBuilder* NXOpen::SIM::PostConfigurator::PostConfiguratorBuilder::DateValue ( )

Returns the date value.

The Date object will contain the value for expiration date.
Created in NX10.0.3.

License requirements : None

void NXOpen::SIM::PostConfigurator::PostConfiguratorBuilder::EncryptPostConfiguratorFiles ( const NXString soldToID,
const NXString expirationDate 
)

Encrypts a post processor with Sold-To ID and expiration date.


Created in NX10.0.3.

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

Parameters
soldToIDthe sold to id
expirationDatethe expiration date
void NXOpen::SIM::PostConfigurator::PostConfiguratorBuilder::EncryptPostConfiguratorFiles ( const char *  soldToID,
const char *  expirationDate 
)

Encrypts a post processor with Sold-To ID and expiration date.


Created in NX10.0.3.

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

Parameters
soldToIDthe sold to id
expirationDatethe expiration date
void NXOpen::SIM::PostConfigurator::PostConfiguratorBuilder::Reset ( )

Resets the post configurator data.


Created in NX10.0.3.

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

void NXOpen::SIM::PostConfigurator::PostConfiguratorBuilder::SaveAs ( const NXString postprocessorName,
const NXString outputDirectory 
)

Saves the post configurator data in different name.


Created in NX11.0.1.

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

Parameters
postprocessorNamethe postprocessor name
outputDirectorythe output directory
void NXOpen::SIM::PostConfigurator::PostConfiguratorBuilder::SaveAs ( const char *  postprocessorName,
const char *  outputDirectory 
)

Saves the post configurator data in different name.


Created in NX11.0.1.

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

Parameters
postprocessorNamethe postprocessor name
outputDirectorythe output directory
void NXOpen::SIM::PostConfigurator::PostConfiguratorBuilder::ShowChanges ( )

Shows the post configurator data changes in the listing window.


Created in NX10.0.3.

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


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