[Gmsh] How to use Rotate ?
Michel Dupront
michel.dupront at hotmail.fr
Wed Nov 14 19:57:49 CET 2012
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};} };
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20121114/c449423d/attachment.html>