Go to the source code of this file.
Data Structures | |
| class | Igesw::IgesMetaData |
Namespaces | |
| Igesw | |
| Exported APIs for IGES (.igs) Write Library. | |
Functions | |
| DtkErrorStatus | Igesw::EndWrite () |
| Creation of the output file and free the Iges Writer More... | |
| DtkErrorStatus | Igesw::InitWrite (const Dtk_string &inOutputFile, const Dtk_string &inLogFile, IgesMetaData inHeaderInformations) |
| Initialize the Iges Writer More... | |
| Dtk_ErrorStatus | Igesw::InstanciatePrototype (Dtk_ID inProtoIndex, const Dtk_transfo &inPlacement, const Dtk_InfoPtr &inInstanceInfos, Dtk_Char8 inDependancyFlag, Dtk_ID &outInstanceIndex) |
| Write a Instance 408 figure entity More... | |
| Dtk_ErrorStatus | Igesw::WriteEntity (const Dtk_EntityPtr &inEntity, Dtk_Char8 inDependancyFlag, Dtk_tab< Dtk_ID > &outIndices) |
| Write an entity More... | |
| Dtk_ErrorStatus | Igesw::WritePrototype (const Dtk_tab< Dtk_ID > &inIndices, const Dtk_InfoPtr &inProtoInfos, Dtk_ID &outProtoIndex) |
| Write a Prototype 308 subfigure entity More... | |