NXOpen .NET Reference  12.0.0
Public Member Functions | Properties | 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.GeometricUtilities.IComponentBuilder

Public Member Functions

unsafe void Reset ()
 Resets the post configurator data. More...
 
unsafe void ShowChanges ()
 Shows the post configurator data changes in the listing window. More...
 
unsafe void EncryptPostConfiguratorFiles (string soldToID, string expirationDate)
 Encrypts a post processor with Sold-To ID and expiration date. More...
 
unsafe void SaveAs (string postprocessorName, string outputDirectory)
 Saves the post configurator data in different name. More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 

Properties

unsafe NXOpen.DateBuilder DateValue [get]
 Returns the date value. More...
 

Detailed Description

This class is used to create a post configurator builder.

Calling Builder.Commit on this builder will only return a null reference (Nothing in Visual Basic).

To create a new instance of this class, use NXOpen.SIM.PostConfigurator.PostConfiguratorManager.CreatePostConfiguratorBuilder

Created in NX10.0.3

Member Function Documentation

unsafe void NXOpen.SIM.PostConfigurator.PostConfiguratorBuilder.EncryptPostConfiguratorFiles ( string  soldToID,
string  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
unsafe 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")

unsafe void NXOpen.SIM.PostConfigurator.PostConfiguratorBuilder.SaveAs ( string  postprocessorName,
string  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
unsafe 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")

Property Documentation

unsafe NXOpen.DateBuilder NXOpen.SIM.PostConfigurator.PostConfiguratorBuilder.DateValue
get

Returns the date value.

The Date object will contain the value for expiration date.

Created in NX10.0.3

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.