Hello, 

Could somebody explain me what I am doing wrong?
Here 1, 2, ..., 11 are Point(s).
It is working for the Line object but not for the Spline.
Thank you.

Line(20) = {1,11};
Spline(100) = {1,2,3,4,5,6,7,8,9,10,11};

ll[]  = Rotate { {0., 1., 0.}, {0.,0.,0.}, 1.6} {  Duplicata{ Line{20};} };
ls[] = Rotate { {0., 1., 0.}, {0.,0.,0.}, 1.6} {  Duplicata{ Spline{100};} };   
                                  
_______________________________________________
gmsh mailing list
[email protected]
http://www.geuz.org/mailman/listinfo/gmsh

Reply via email to