![]() |
Open CASCADE Technology Reference Manual 8.0.1
|
#include <Standard.hxx>#include <Standard_DefineAlloc.hxx>#include <Standard_Handle.hxx>#include <IGESControl_Writer.hxx>#include <Standard_CString.hxx>#include <TDF_Label.hxx>#include <NCollection_Sequence.hxx>#include <XCAFPrs_Style.hxx>#include <TopTools_ShapeMapHasher.hxx>#include <NCollection_IndexedDataMap.hxx>#include <Standard_Transient.hxx>#include <NCollection_DataMap.hxx>#include <TopoDS_Shape.hxx>#include <NCollection_Map.hxx>Data Structures | |
| class | IGESCAFControl_Writer |
| Provides a tool to write DECAF document to the IGES file. Besides transfer of shapes (including assemblies) provided by IGESControl, supports also colors and part names IGESCAFControl_Writer writer(); Methods for writing IGES file: writer.Transfer (Document); writer.Write("filename") or writer.Write(OStream) or writer.Perform(Document,"filename"); Methods for managing the writing of attributes. Colors writer.SetColorMode(colormode); bool colormode = writer.GetColorMode(); Layers writer.SetLayerMode(layermode); bool layermode = writer.GetLayerMode(); Names writer.SetNameMode(namemode); bool namemode = writer.GetNameMode();. More... | |