Go to the source code of this file.
Data Structures | |
| class | satw_WriteOptions | 
| This class provides several options to tune Sat Writer. It must be provided to satw_InitFile method. More...  | |
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... | |