NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | 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 NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  DumpType { None, ShowChanges }
 Represents the dump type More...
 
enum  OutputType { Syslog, ListingWindow, Xml, ToFile }
 The output type More...
 
enum  TraceType { CreatePostprocessor, SelectPostprocessor }
 Represents the trace type More...
 

Public Member Functions

unsafe bool GetTrace (NXOpen.SIM.PostConfigurator.PostConfiguratorDebugBuilder.TraceType type)
 Gets the trace More...
 
unsafe void SetTrace (NXOpen.SIM.PostConfigurator.PostConfiguratorDebugBuilder.TraceType type, bool state)
 Sets the trace 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...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.SIM.PostConfigurator.PostConfiguratorDebugBuilder.DumpType 
Dump [get, set]
 Returns or sets the dump More...
 
unsafe
NXOpen.SIM.PostConfigurator.PostConfiguratorDebugBuilder.OutputType 
Output [get, set]
 Returns or sets the output More...
 
unsafe string OutputToFileName [get, set]
 Returns or sets the output filename More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

This class is represents a SIM.PostConfigurator.PostConfiguratorDebugBuilder .

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.CreatePostConfiguratorDebugBuilder

Created in NX12.0.2

Member Enumeration Documentation

Represents the dump type

Enumerator
None 

Dump Nothing

ShowChanges 

Dump Show Changes

The output type

Enumerator
Syslog 

Output to syslog

ListingWindow 

Output to listing window

Xml 

Output to xml

ToFile 

Output to file

Represents the trace type

Enumerator
CreatePostprocessor 

Trace Create Postprocessor

SelectPostprocessor 

Trace Select Postprocessor

Member Function Documentation

unsafe bool NXOpen.SIM.PostConfigurator.PostConfiguratorDebugBuilder.GetTrace ( NXOpen.SIM.PostConfigurator.PostConfiguratorDebugBuilder.TraceType  type)
inline

Gets the trace

Created in NX12.0.2

License requirements: None.

Parameters
typeThe trace type
Returns
The state
unsafe void NXOpen.SIM.PostConfigurator.PostConfiguratorDebugBuilder.SetTrace ( NXOpen.SIM.PostConfigurator.PostConfiguratorDebugBuilder.TraceType  type,
bool  state 
)
inline

Sets the trace

Created in NX12.0.2

License requirements: nx_post_config_full ("NX Post Configurator")

Parameters
typeThe trace type
stateThe state

Property Documentation

unsafe NXOpen.SIM.PostConfigurator.PostConfiguratorDebugBuilder.DumpType NXOpen.SIM.PostConfigurator.PostConfiguratorDebugBuilder.Dump
getset

Returns or sets the dump

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: nx_post_config_full ("NX Post Configurator")

unsafe NXOpen.SIM.PostConfigurator.PostConfiguratorDebugBuilder.OutputType NXOpen.SIM.PostConfigurator.PostConfiguratorDebugBuilder.Output
getset

Returns or sets the output

Created in NX12.0.2

License requirements to get this property: None.

License requirements to set this property: nx_post_config_full ("NX Post Configurator")

unsafe string NXOpen.SIM.PostConfigurator.PostConfiguratorDebugBuilder.OutputToFileName
getset

Returns or sets the output filename

Created in NX12.0.2

License requirements to get this property: None.

License requirements to set this property: nx_post_config_full ("NX Post Configurator")


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