[cgma-dev] r2684 - cgm/trunk/test
jiangtao_ma at yahoo.com
jiangtao_ma at yahoo.com
Fri Mar 6 09:32:40 CST 2009
Author: janehu
Date: 2009-03-06 09:32:39 -0600 (Fri, 06 Mar 2009)
New Revision: 2684
Modified:
cgm/trunk/test/makept.cpp
Log:
change the file names from .brep to .occ, I think distclean only has occ files all cleaned up, not having brep file cleaned up yet.
Modified: cgm/trunk/test/makept.cpp
===================================================================
--- cgm/trunk/test/makept.cpp 2009-03-05 19:31:55 UTC (rev 2683)
+++ cgm/trunk/test/makept.cpp 2009-03-06 15:32:39 UTC (rev 2684)
@@ -124,7 +124,7 @@
DLIList<RefEntity*> ref_entity_list;
int num_ents_exported=0;
const CubitString cubit_version="10.2";
- const char * filename = "prism.brep";
+ const char * filename = "prism.occ";
const char * filetype = "OCC";
rsl = gti->export_solid_model(ref_entity_list, filename, filetype,
@@ -154,7 +154,7 @@
Body* pyramid6 = gmti->pyramid(10, 4, 5, 5, 0);
ref_entity_list.clean_out();
num_ents_exported=0;
- filename = "pyramid.brep";
+ filename = "pyramid.occ";
rsl = gti->export_solid_model(ref_entity_list, filename, filetype,
num_ents_exported, cubit_version);
More information about the cgma-dev
mailing list