1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-03-23 15:07:56 +05:00

14 lines
220 B
GLSL
Raw Normal View History

2009-01-13 13:03:21 +00:00
#
## 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;