C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
C3DConverterDebugSettings Struct Reference

Settings of the debug features of the C3D Converter. More...

#include <conv_exchange_settings.h>

Public Member Functions

 C3DConverterDebugSettings ()
 Conctuctor.
 

Public Attributes

bool enableCERRout
 Enable debug info out into the CERR stream.
 
bool cerrOutUserTreeTraverse
 Enable logging the traverse of the user-implemented model tree.
 
bool cerrOutIntermediateTreeTraverse
 Enable logging the traverse of the intermediate model tree.
 
bool saveModelTwin
 Save the twin of the model. More...
 
bool cerrOutImportStatistic
 Enable logging the statistic of imported objects.
 
bool attachThisIdAttribute
 Attach int attribute which's value based on id from exchange file.
 
ptrdiff_t elementIdFineDebug
 Id of element for each save data for fine debugging.
 
c3d::string_t pathFineDebug
 Fine for saving data for fine debugging.
 
eLoggingMode loggingMode
 Logging mode.
 
ptrdiff_t idForLogging
 Id for logging.
 

Detailed Description

Settings of the debug features of the C3D Converter.

Intended for getting information to make diagnostics and debugging of converter easier.

Member Data Documentation

◆ saveModelTwin

bool C3DConverterDebugSettings::saveModelTwin

Save the twin of the model.

If this option active, an additional model for the twin application is written. It returns the same values as the original implementation of the model document.


The documentation for this struct was generated from the following file: