![Logo](tetiere_ht.jpg) |
DATAKIT API
V2025.1
|
|
This is the Transformation dedicated class.
Definition: dtk_transfo.hpp:19
~WriteOptions()
Destructor.
Definition: 3mfw.hpp:33
Dtk_3MFWriter()
Constructor : Initialize the writer for a FBX File.
This is a high level string class.
Definition: dtk_string.hpp:58
Dtk_ErrorStatus OpenInstance(const Dtk_string &inInstanceName, Dtk_Int64 inProtoID, Dtk_bool &outWasAlreadyInstancied, const Dtk_transfo &inTrans=Dtk_transfo(), const Dtk_RGB &inRgb=Dtk_RGB())
Open a new instance node for internal tree.
~Dtk_3MFWriter()
Destructor, Save the current work into a FBX file.
#define DTK_FALSE
Definition: define.h:728
char Dtk_bool
Definition: define.h:725
Dtk_ErrorStatus CloseLastInstance()
Close last instance node for internal tree. It should be called as many time as OpenInstance is calle...
DtkErrorStatus InitWrite(const Dtk_string &inOutputFile, const Dtk_string &inLogFile, const WriteOptions &inOptions)
Initialize the 3mf Writer
int64_t Dtk_Int64
Definition: define.h:692
This class provides several options to tune 3mf Writer. It must be provided to _3mfw::InitWrite metho...
Definition: 3mfw.hpp:23
WriteOptions()
Base constructor.
Definition: 3mfw.hpp:27
Dtk_ErrorStatus
Definition: error_dtk.hpp:6
Dtk_ErrorStatus WriteEntity(const Dtk_EntityPtr &inEntity)
Write the entity provided in parameter in a node.
3MF Writer main class.
Definition: 3mfw.hpp:10
Dtk_bool m_OneMeshPerFace
Definition: 3mfw.hpp:25
DtkErrorStatus EndWrite()
Creation of the output file and free the Obj Writer
const Dtk_string & inInstanceName
Definition: catiav5w.hpp:618
Definition: dtk_rgb.hpp:7
void * m_p
Definition: 3mfw.hpp:96