netgen/tutorials/cone.geo
Joachim Schoeberl 3b4fbb7246 add examples
2009-01-13 13:03:21 +00:00

14 lines
220 B
GLSL

#
## A cone
#
algebraic3d
# Cone given by bottom circle and top circle
# and cut by planes:
solid cutcone = cone ( 0, 0, 0; 1; 3, 0, 0; 0.1 )
and plane (0, 0, 0; -1, 0, 0)
and plane (3, 0, 0; 1, 0, 0);
tlo cutcone;