28 #ifndef _DXF2VRML_CONVERT_H_
29 #define _DXF2VRML_CONVERT_H_
32 #include <dime/Basic.h>
46 this->maxerr = maxerr;
48 void findHeaderVariables(
dimeModel &model);
50 bool writeVrml(FILE *out,
const bool vrml1 =
false,
51 const bool only2d =
false);
64 this->fillmode = fill;
67 return this->fillmode;
71 return this->layercol;
83 return currentInsertColorIndex;
87 friend class dime2Profit;
93 int currentInsertColorIndex;
99 bool private_callback(
const dimeState *
const state,
101 static bool dime_callback(
const dimeState *
const state,
106 #endif // _DXF2VRML_CONVERT_H_