Hi all,
Is there a way to access the EllipticCylinder
function (I can see it here) from the python interface? Something along the following lines
from netgen.csg import *
Cylinder()
I am able to a lot of the primitives, specifically both OrthoBrick
and Cylinder
but not EllipticCylinder
. Am I missing anything ?