DATAKIT SDK  V2026.2
dtk_Catiav6Reader.hpp
Go to the documentation of this file.
1 #ifndef __DTK_CATIAV6_READER_HPP__
2 #define __DTK_CATIAV6_READER_HPP__
3 
5 #include "util/dtk_reader.hpp"
6 
7 class CatiaV6Reader: public Dtk_Reader
8 {
9 public:
11  static Dtk_bool Enable();
12 
13  //! [Options]
14  //! \brief : Enable read of CatiaV6 authoring data tree if available
15  //! \param [in] inValue : 0 disable
16  //! 1 enable (default)
17  static void SetCfgReadWithAuthoring( const Dtk_bool& inValue );
18  //! \brief : Enable or disable read of CatiaV6 Name
19  //! \param [in] inValue : 1 (default) same name as in CATIA V5
20  //! 2 same name as in 3DEXPERIENCE
21  static void SetCfgChooseV6Name( const Dtk_Int32& inValue );
22  //! [Options]
23 };
24 
25 #endif
CatiaV6Reader::SetCfgChooseV6Name
static void SetCfgChooseV6Name(const Dtk_Int32 &inValue)
: Enable or disable read of CatiaV6 Name
Dtk_Reader
Definition: dtk_reader.hpp:15
CatiaV6Reader
Definition: dtk_Catiav6Reader.hpp:8
CatiaV6Reader::~CatiaV6Reader
~CatiaV6Reader()
Dtk_bool
char Dtk_bool
Definition: define.h:717
dtk_3dXmlReader.hpp
Dtk_Int32
int32_t Dtk_Int32
Definition: define.h:679
CatiaV6Reader::Enable
static Dtk_bool Enable()
dtk_reader.hpp
CatiaV6Reader::SetCfgReadWithAuthoring
static void SetCfgReadWithAuthoring(const Dtk_bool &inValue)
: Enable read of CatiaV6 authoring data tree if available