1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-01-18 17:00:33 +05:00
netgen/tutorials/torus.geo

9 lines
87 B
GLSL
Raw Normal View History

2009-01-13 18:03:21 +05:00
#
## a torus
#
algebraic3d
solid tor = torus ( 0, 0, 0; 1, 0, 0; 2 ; 1 );
tlo tor;