[Gmsh] Points from extruded lines

Cade Perkins physikermeister at gmail.com
Wed Apr 2 03:30:14 CEST 2014


I am aware that one can get coordinates of points using the following 
syntax:
   coords[] = Point{pointID};

I would like to get the points of a line (for example, from a line 
generated by an extrusion).  I want to avoid having to use hard coded 
entity IDs.  The following syntax does not work:
   pointIDs = Line{lineID};

Is there a general syntax for getting such metadata from other types of 
entities, or is the point coordinates just a special implementation?


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20140401/dcfdcc88/attachment.html>