Functions | |
DtkErrorStatus | satw_EndFile () |
Ends the writing of the Sat file. More... | |
DtkErrorStatus | satw_EndPart () |
Ends the writing of a part. More... | |
DtkErrorStatus | satw_InitFile (const Dtk_string &inFileOut, const satw_WriteOptions &inOptions=satw_WriteOptions()) |
Initializes a file to be written. More... | |
DtkErrorStatus | satw_InitPart () |
Initializes the writing of a 3D part. More... | |
DtkErrorStatus | satw_WriteBody (const Dtk_BodyPtr &inBody) |
Writes a Body. More... | |
DtkErrorStatus | satw_WriteBody (Dtk_tab< Dtk_BodyPtr > inBodies, Dtk_bool inSewing=DTK_TRUE) |
Writes a liste of Bodies with sewing or not. More... | |
DtkErrorStatus satw_EndFile | ( | ) |
Ends the writing of the Sat file.
DtkErrorStatus satw_EndPart | ( | ) |
Ends the writing of a part.
DtkErrorStatus satw_InitFile | ( | const Dtk_string & | inFileOut, |
const satw_WriteOptions & | inOptions = satw_WriteOptions() |
||
) |
Initializes a file to be written.
[in] | inFileOut | : Sat File to write |
[in] | inOptions | : options for Sat writer |
DtkErrorStatus satw_InitPart | ( | ) |
Initializes the writing of a 3D part.
DtkErrorStatus satw_WriteBody | ( | const Dtk_BodyPtr & | inBody | ) |
Writes a Body.
[in] | inBody | : the Body to be written |
DtkErrorStatus satw_WriteBody | ( | Dtk_tab< Dtk_BodyPtr > | inBodies, |
Dtk_bool | inSewing = DTK_TRUE |
||
) |
Writes a liste of Bodies with sewing or not.
[in] | inBodies | : the Bodies to be written |
[in] | inSewing | : DTK_TRUE if a sewing action of the bodies is performed, DTK_FALSE otherwise |