netgen/tutorials/ellipsoid.geo

9 lines
123 B
GLSL
Raw Permalink Normal View History

2009-01-13 18:03:21 +05:00
#
## An elliptic cylinder
#
algebraic3d
solid test = ellipsoid (0, 0, 0; 2, 0, 0; 0, 1, 0; 0, 0, 1) -maxh=0.5;
tlo test;