Mike B. wrote: > Dear Gmsh users, > > Is there a way to read the coordinates found by the BoundingBox > commmand?. This fails (syntax error): > t[] = BoundingBox; >
Hi Mike - Try: xmin = General.MinX; xmax = General.MaxX; ymin = General.MinY; ymax = General.MaxY; zmin = General.MinZ; zmax = General.MaxZ; > Cheers, > Mike. > > > > ------------------------------------------------------------------------ > > _______________________________________________ > gmsh mailing list > [email protected] > http://www.geuz.org/mailman/listinfo/gmsh -- Prof. Christophe Geuzaine University of Liege, Electrical Engineering and Computer Science http://www.montefiore.ulg.ac.be/~geuzaine _______________________________________________ gmsh mailing list [email protected] http://www.geuz.org/mailman/listinfo/gmsh
