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

13 lines
184 B
GLSL

#
## a cylinder
#
algebraic3d
# cut cylinder by planes:
solid fincyl = cylinder ( 3, 0, 0; -1, 0, 0; 0.5 )
and plane (0, 0, 0; -1, 0, 0)
and plane (2, 0, 0; 1, 0, 0);
tlo fincyl;