> On 21 Dec 2018, at 14:58, Gwenaël Pallares <[email protected]> wrote: > > Hi, > > I use the new API of Gmsh (v 4.0.7) to read and extract some > information from a .geo file. > I want to know if there is any way to gather the properties of an entity ; > I saw the function gmsh.model.getType, that returns the type of the entity > (like "Line","Circle",...) but I do not know how to get its algebraic equation > (or its parametric equation if there exists).
No that's not supported - it's not easy, as each type of entity (for each underlying CAD kernel) has its own internal representation... Christophe > > Thank you for your help. > > Gwenaël Pallares > > _______________________________________________ > 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 Free software: http://gmsh.info | http://getdp.info | http://onelab.info _______________________________________________ gmsh mailing list [email protected] http://onelab.info/mailman/listinfo/gmsh
