[cgma-dev] r4489 - cgm/trunk/util
jiangtao_ma at yahoo.com
jiangtao_ma at yahoo.com
Mon Feb 14 10:26:46 CST 2011
Author: janehu
Date: 2011-02-14 10:26:46 -0600 (Mon, 14 Feb 2011)
New Revision: 4489
Modified:
cgm/trunk/util/GeometryDefines.h
Log:
Moved all OCC specific geometrytype to the end of the enum list for a possible fix for nightly build.
Modified: cgm/trunk/util/GeometryDefines.h
===================================================================
--- cgm/trunk/util/GeometryDefines.h 2011-02-13 02:48:06 UTC (rev 4488)
+++ cgm/trunk/util/GeometryDefines.h 2011-02-14 16:26:46 UTC (rev 4489)
@@ -83,6 +83,14 @@
/* Lump types */
UNDEFINED_LUMP_TYPE
+
+ /* OCC types */
+ BSPLINE_CURVE_TYPE, //OCC curve types
+ BSPLINE_SURFACE_TYPE, //OCC surface type
+ REVOLUTION_SURFACE_TYPE, //OCC surface type
+ EXTRUSION_SURFACE_TYPE, //OCC surface type
+ OFFSET_SURFACE_TYPE, //OCC surface type
+
};
#endif
More information about the cgma-dev
mailing list