This class provides several options to tune Sat Writer.
It must be provided to satw_InitFile method.
More...
Public Member Functions | |
satw_WriteOptions () | |
Base constructor. More... | |
~satw_WriteOptions () | |
Destructor. More... | |
Data Fields | |
Dtk_Size_t | OutputVersion |
INTEGER: sat output version (5-7, 5 by default) More... | |
Dtk_bool | SplitPeriodicFaces |
DTK_TRUE: Splits periodic faces, DTK_FALSE: no split. More... | |
Dtk_bool | WriteForDxfOutput |
DTK_TRUE: To be used for dxf write only, DTK_FALSE: otherwise. More... | |
Dtk_bool | WritePcurve |
DTK_TRUE: Writes pcurve entities, DTK_FALSE: no pcurve. More... | |
This class provides several options to tune Sat Writer.
It must be provided to satw_InitFile method.
satw_WriteOptions::satw_WriteOptions | ( | ) |
Base constructor.
Dtk_Size_t satw_WriteOptions::OutputVersion |
INTEGER: sat output version (5-7, 5 by default)
Dtk_bool satw_WriteOptions::SplitPeriodicFaces |
DTK_TRUE: Splits periodic faces, DTK_FALSE: no split.
Dtk_bool satw_WriteOptions::WriteForDxfOutput |
DTK_TRUE: To be used for dxf write only, DTK_FALSE: otherwise.
Dtk_bool satw_WriteOptions::WritePcurve |
DTK_TRUE: Writes pcurve entities, DTK_FALSE: no pcurve.