[cgma-dev] r1366 - cgm/trunk/itaps

tautges at mcs.anl.gov tautges at mcs.anl.gov
Thu Nov 8 11:02:15 CST 2007


Author: tautges
Date: 2007-11-08 11:02:15 -0600 (Thu, 08 Nov 2007)
New Revision: 1366

Modified:
   cgm/trunk/itaps/iGeom_CGMA.cc
Log:
Adding bogus implementation of getBoundingBox for now.



Modified: cgm/trunk/itaps/iGeom_CGMA.cc
===================================================================
--- cgm/trunk/itaps/iGeom_CGMA.cc	2007-11-08 16:54:29 UTC (rev 1365)
+++ cgm/trunk/itaps/iGeom_CGMA.cc	2007-11-08 17:02:15 UTC (rev 1366)
@@ -388,6 +388,19 @@
 }
 
 
+void iGeom_getBoundBox( iGeom_Instance,
+                        double* min_x,
+                        double* min_y,
+                        double* min_z,
+                        double* max_x,
+                        double* max_y,
+                        double* max_z,
+                        int* err ) 
+{
+  *err = CUBIT_FAILURE;
+}
+
+
 /**
  * Initialize an iterator over gentities of a specified dimension.
  * @param gentity_dimension Dimension of gentities to be iterated over




More information about the cgma-dev mailing list