DATAKIT SDK  V2026.2
Options for CATIA V4 Reader

In dtk_Catiav4Reader.hpp

//! \brief : Enable or disable conversion from MockUp Solid into a mesh solid
//! \param [in] inValue : 0 disable (default) ( MockUp Solid are a Dtk_Body )
//! 1 enable ( MockUp SOlid are a Dtk_mesh )
static void SetConfigMockUpAsMesh(int inValue );
//! \brief : Enable or disable conversion from nurbs surfaces to analytic surfaces if defined on the file
//! \param [in] inValue : 0 disable (default) ( keep basic nurbs definition )
//! 1 enable ( try to replace by analytic surface if stored on the file )
static void SetConfigReadAnalyticSurface( int inValue );
//! \brief : Enable or disable to order session tree according to CATIA V4 structure
//! \param [in] inValue : 0 disable (default)
//! 1 enable
static void SetConfigOrderedSessionTree( Dtk_Int32 inValue );
//! \brief : Set Preference to change Allow Invalid Catiav4 Files
//! \param [in] inValue : 0 Do not read invalid (default)
//! 1 Allow read
static void SetAllowCatiaV4ReadInvalidFiles( const Dtk_bool inValue );
Dtk_bool
char Dtk_bool
Definition: define.h:717
Dtk_Int32
int32_t Dtk_Int32
Definition: define.h:679