netgen/tutorials/ellipsoid.geo
2014-01-09 09:19:48 +00:00

9 lines
123 B
GLSL

#
## An elliptic cylinder
#
algebraic3d
solid test = ellipsoid (0, 0, 0; 2, 0, 0; 0, 1, 0; 0, 0, 1) -maxh=0.5;
tlo test;