[Gmsh] Ellipse arc from C++ API

Kranjcevic Marija marija.kranjcevic at inf.ethz.ch
Tue Nov 29 17:29:28 CET 2016


Hi,

how can I create an ellipse arc using the C++ API?

More precisely, I'm trying to achieve the same as Ellipse() in the .geo file:

    Point(1) = {0,0,0,1};
    Point(2) = {1,0,0,1};
    Point(3) = {0,2,0,1};
    Ellipse(1) = {2,1,2,3};

Thank you,
Marija



More information about the gmsh mailing list