mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-12 00:59:16 +05:00
11 lines
181 B
GLSL
11 lines
181 B
GLSL
|
#
|
||
|
## An elliptic cylinder
|
||
|
#
|
||
|
algebraic3d
|
||
|
|
||
|
solid cutcone = ellipticcylinder ( 0, 0, 0; 1, 0, 0; 0, 0.5, 0)
|
||
|
and plane (0, 0, 0; 0, 0, -1)
|
||
|
and plane (0, 0, 1; 0, 0, 1);
|
||
|
|
||
|
tlo cutcone;
|