NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::CAM::PostDebugBuilder Class Reference

Represents a CAM::PostDebugBuilder
Use the PostDebugBuilder class to create a PostDebugBuilder object. More...

Inheritance diagram for NXOpen::CAM::PostDebugBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  OutputType { OutputTypeSyslog, OutputTypeListingWindow, OutputTypeAutotest, OutputTypeToFile }
 The output type. More...
 
enum  TraceType { TraceTypeOBuf, TraceTypeDoEvent, TraceTypeDoEventFast, TraceTypeTimer }
 Represents the trace type. More...
 

Public Member Functions

NXOpen::CAM::PostDebugBuilder::OutputType DumpOutput ()
 Returns the dump output
Created in NX9.0.1. More...
 
NXString DumpToFileName ()
 Returns the output filename
Created in NX9.0.1. More...
 
bool GetTrace (NXOpen::CAM::PostDebugBuilder::TraceType type)
 Gets the trace. More...
 
void SetDumpOutput (NXOpen::CAM::PostDebugBuilder::OutputType type)
 Sets the dump output
Created in NX9.0.1. More...
 
void SetDumpToFileName (const NXString &name)
 Sets the output filename
Created in NX9.0.1. More...
 
void SetDumpToFileName (const char *name)
 Sets the output filename
Created in NX9.0.1. More...
 
void SetTrace (NXOpen::CAM::PostDebugBuilder::TraceType type, bool state)
 Sets the trace
Created in NX9.0.1. 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

Represents a CAM::PostDebugBuilder
Use the PostDebugBuilder class to create a PostDebugBuilder object.



Created in NX9.0.1.

Member Enumeration Documentation

The output type.

Enumerator
OutputTypeSyslog 

Output to syslog.

OutputTypeListingWindow 

Output to listing window.

OutputTypeAutotest 

Output to autotest.

OutputTypeToFile 

Output to file.

Represents the trace type.

Enumerator
TraceTypeOBuf 

Trace OutPut Buffer.

TraceTypeDoEvent 

Trace DoEvent call in MOM.

TraceTypeDoEventFast 

Trace DoEventFast call in MOM.

TraceTypeTimer 

Trace timer when do post.

Member Function Documentation

NXOpen::CAM::PostDebugBuilder::OutputType NXOpen::CAM::PostDebugBuilder::DumpOutput ( )

Returns the dump output
Created in NX9.0.1.



License requirements : None

NXString NXOpen::CAM::PostDebugBuilder::DumpToFileName ( )

Returns the output filename
Created in NX9.0.1.



License requirements : None

bool NXOpen::CAM::PostDebugBuilder::GetTrace ( NXOpen::CAM::PostDebugBuilder::TraceType  type)

Gets the trace.

Returns
The state
Created in NX9.0.1.

License requirements : None
Parameters
typeThe trace type
void NXOpen::CAM::PostDebugBuilder::SetDumpOutput ( NXOpen::CAM::PostDebugBuilder::OutputType  type)

Sets the dump output
Created in NX9.0.1.



License requirements : cam_base ("CAM BASE")

Parameters
typeThe dump output type
void NXOpen::CAM::PostDebugBuilder::SetDumpToFileName ( const NXString name)

Sets the output filename
Created in NX9.0.1.



License requirements : cam_base ("CAM BASE")

Parameters
namethe output new name
void NXOpen::CAM::PostDebugBuilder::SetDumpToFileName ( const char *  name)

Sets the output filename
Created in NX9.0.1.



License requirements : cam_base ("CAM BASE")

Parameters
namethe output new name
void NXOpen::CAM::PostDebugBuilder::SetTrace ( NXOpen::CAM::PostDebugBuilder::TraceType  type,
bool  state 
)

Sets the trace
Created in NX9.0.1.



License requirements : cam_base ("CAM BASE")

Parameters
typeThe trace type
stateThe state

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