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

This class is represents a SIM::PostConfigurator::PostConfiguratorDebugBuilder . More...

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

Public Types

enum  DumpType { DumpTypeNone, DumpTypeShowChanges }
 Represents the dump type. More...
 
enum  OutputType { OutputTypeSyslog, OutputTypeListingWindow, OutputTypeXml, OutputTypeToFile }
 The output type. More...
 
enum  TraceType { TraceTypeCreatePostprocessor, TraceTypeSelectPostprocessor }
 Represents the trace type. More...
 

Public Member Functions

NXOpen::SIM::PostConfigurator::PostConfiguratorDebugBuilder::DumpType Dump ()
 Returns the dump
Created in NX1847.0.0. More...
 
bool GetTrace (NXOpen::SIM::PostConfigurator::PostConfiguratorDebugBuilder::TraceType type)
 Gets the trace. More...
 
NXOpen::SIM::PostConfigurator::PostConfiguratorDebugBuilder::OutputType Output ()
 Returns the output
Created in NX12.0.2. More...
 
NXString OutputToFileName ()
 Returns the output filename
Created in NX12.0.2. More...
 
void SetDump (NXOpen::SIM::PostConfigurator::PostConfiguratorDebugBuilder::DumpType type)
 Sets the dump
Created in NX1847.0.0. More...
 
void SetOutput (NXOpen::SIM::PostConfigurator::PostConfiguratorDebugBuilder::OutputType type)
 Sets the output
Created in NX12.0.2. More...
 
void SetOutputToFileName (const NXString &name)
 Sets the output filename
Created in NX12.0.2. More...
 
void SetOutputToFileName (const char *name)
 Sets the output filename
Created in NX12.0.2. More...
 
void SetTrace (NXOpen::SIM::PostConfigurator::PostConfiguratorDebugBuilder::TraceType type, bool state)
 Sets the trace
Created in NX12.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

This class is represents a SIM::PostConfigurator::PostConfiguratorDebugBuilder .

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

Created in NX12.0.2.

Member Enumeration Documentation

Represents the dump type.

Enumerator
DumpTypeNone 

Dump Nothing.

DumpTypeShowChanges 

Dump Show Changes.

The output type.

Enumerator
OutputTypeSyslog 

Output to syslog.

OutputTypeListingWindow 

Output to listing window.

OutputTypeXml 

Output to xml.

OutputTypeToFile 

Output to file.

Represents the trace type.

Enumerator
TraceTypeCreatePostprocessor 

Trace Create Postprocessor.

TraceTypeSelectPostprocessor 

Trace Select Postprocessor.

Member Function Documentation

NXOpen::SIM::PostConfigurator::PostConfiguratorDebugBuilder::DumpType NXOpen::SIM::PostConfigurator::PostConfiguratorDebugBuilder::Dump ( )

Returns the dump
Created in NX1847.0.0.



License requirements : None

bool NXOpen::SIM::PostConfigurator::PostConfiguratorDebugBuilder::GetTrace ( NXOpen::SIM::PostConfigurator::PostConfiguratorDebugBuilder::TraceType  type)

Gets the trace.

Returns
The state
Created in NX12.0.2.

License requirements : None
Parameters
typeThe trace type
NXOpen::SIM::PostConfigurator::PostConfiguratorDebugBuilder::OutputType NXOpen::SIM::PostConfigurator::PostConfiguratorDebugBuilder::Output ( )

Returns the output
Created in NX12.0.2.



License requirements : None

NXString NXOpen::SIM::PostConfigurator::PostConfiguratorDebugBuilder::OutputToFileName ( )

Returns the output filename
Created in NX12.0.2.



License requirements : None

void NXOpen::SIM::PostConfigurator::PostConfiguratorDebugBuilder::SetDump ( NXOpen::SIM::PostConfigurator::PostConfiguratorDebugBuilder::DumpType  type)

Sets the dump
Created in NX1847.0.0.



License requirements : nx_post_config_full ("NX Post Configurator")

Parameters
typeThe dump type
void NXOpen::SIM::PostConfigurator::PostConfiguratorDebugBuilder::SetOutput ( NXOpen::SIM::PostConfigurator::PostConfiguratorDebugBuilder::OutputType  type)

Sets the output
Created in NX12.0.2.



License requirements : nx_post_config_full ("NX Post Configurator")

Parameters
typeThe output type
void NXOpen::SIM::PostConfigurator::PostConfiguratorDebugBuilder::SetOutputToFileName ( const NXString name)

Sets the output filename
Created in NX12.0.2.



License requirements : nx_post_config_full ("NX Post Configurator")

Parameters
namethe output new name
void NXOpen::SIM::PostConfigurator::PostConfiguratorDebugBuilder::SetOutputToFileName ( const char *  name)

Sets the output filename
Created in NX12.0.2.



License requirements : nx_post_config_full ("NX Post Configurator")

Parameters
namethe output new name
void NXOpen::SIM::PostConfigurator::PostConfiguratorDebugBuilder::SetTrace ( NXOpen::SIM::PostConfigurator::PostConfiguratorDebugBuilder::TraceType  type,
bool  state 
)

Sets the trace
Created in NX12.0.2.



License requirements : nx_post_config_full ("NX Post Configurator")

Parameters
typeThe trace type
stateThe state

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