Inbuilt method for EllipticCylinder (Python API)

More
5 years 1 day ago #2150 by bhaveshshrimali
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 ?
More
5 years 1 day ago #2151 by bhaveshshrimali
I just did a brief check and found out that a binding for `EllipticCylinder` is missing (in the file below). Am I missing something here? I can access all other functions (`Cone`, `EllipticCone` etc.)

github.com/NGSolve/netgen/blob/951067014...c/csg/python_csg.cpp
More
4 years 11 months ago #2154 by christopher
I think you can use an elliptic cone with ratio r=1 instead.
Best
Christopher
Time to create page: 0.111 seconds