DATAKIT SDK  V2026.2
Options for CGR Reader

In dtk_cgrrReader.hpp

//! \ingroup cgr_utils
//! \brief Initial tree 0
//! \brief Intermediate reduce tree ( component tree ) 1
//! \brief Flattened tree ( node tree ) 2
//! \param [in] inVal: 2 (default)
//!
//! \endcode
static void SetCfgCgrReduceTree( Dtk_Int32 inVal );
//! \ingroup cgr_utils
//! \brief Read the mesh data only.
//! \brief Avoid reading additional information such as curves, mesh face boundaries or the center/radius/axis/etc of cylinders and circles.
//! \param [in] inVal
//!
//! SetCfgCgrReadMeshOnly(Dtk_bool inVal);
//! \param [in] inVal: 0 (default)
//! \endcode
static void SetCfgCgrReadMeshOnly( Dtk_bool inVal );
//!
//! SetCfgCgrFdtToPolyline(Dtk_bool inVal);
//! \param [in] inVal: 0 (default)
//! \endcode
static void SetCfgCgrFdtToPolyline( Dtk_bool inVal );
Dtk_bool
char Dtk_bool
Definition: define.h:717
Dtk_Int32
int32_t Dtk_Int32
Definition: define.h:679