Re: [Gmsh] Getting lines' nodes

2020-07-09 Thread Christophe Geuzaine
> On 8 Jul 2020, at 18:48, Bojan Niceno > wrote: > > Dear all, > > Is there a way to fetch curves' (lines' in particular) points? Something like: > > c[] = Point{1}; // c[] contains the coordinates 1,2,3 > > which is used to get point's coordinates, but I would need lines' points. > Use

[Gmsh] Getting lines' nodes

2020-07-08 Thread Bojan Niceno
Dear all, Is there a way to fetch curves' (lines' in particular) points? Something like: c[] = Point{1}; // c[] contains the coordinates 1,2,3 which is used to get point's coordinates, but I would need lines' points. Kind regards Bojan ___