1 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 // This file is released under the 3-clause BSD license. See COPYING-BSD.
6 demopath = get_absolute_file_path("surfaces.dem.gateway.sce");
8 subdemolist=["Surface with holes 1" , "hole3d.sce" ; ..
9 "Surface with holes 2" , "hole3d1.sce" ; ..
10 "Sphere" , "sphere.sce" ; ..
11 "Shell" , "shell.sce" ; ..
12 "Spiral" , "spiral.sce" ; ..
13 "Rings" , "rings.sce" ; ..
14 "Torus" , "torus.sce" ; ..
15 "Torus 1" , "torus1.sce" ; ..
16 "Moebius" , "moebius.sce" ; ..
17 "Tube" , "tube.sce" ; ..
18 "Black Hole" , "bh.sce" ; ..
19 "Riemann surface (n=2)" , "cplxroot.sce" ];
21 subdemolist(:,2) = demopath + subdemolist(:,2);