OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
IC3DCreator.h
Go to the documentation of this file.
1#ifndef IC3DCREATOR_H
2#define IC3DCREATOR_H
3
4#include "IC.h"
5#include "Viewer.h"
6#include "ShapeUtilities.h"
7#include "STEPWriter.h"
8#include <XCAFDoc_ShapeTool.hxx>
9#include <XCAFDoc_ColorTool.hxx>
10
12{
13public:
14 void createIC(IC& ic, STEPWriter& stepWriter, Viewer& viewer);
15};
16
17#endif // IC3DCREATOR_H
Definition IC3DCreator.h:12
void createIC(IC &ic, STEPWriter &stepWriter, Viewer &viewer)
Definition IC3DCreator.cpp:6
Definition IC.h:8
Definition STEPWriter.h:10
Simple 3D viewer.
Definition Viewer.h:41