> On 13 Feb 2019, at 16:46, Роман Бутов <[email protected]> wrote: > > Dear all, > > Is there a way to create at python API: > 1. Surfaces by points directly (not by curves)?
You need at least a triangulation. You could use Plugin(Triangulate) for very simple cases ; but for more general cases you should have some pre-processing tool. > 2. If yes, volume from such surfaces? > 3. If yes, what if the surface is closed (e.g. sphere or sphere like)? > > Best regards, > Roman Butov > > > _______________________________________________ > gmsh mailing list > [email protected] > http://onelab.info/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://onelab.info/mailman/listinfo/gmsh
