<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<br><br>Hello, <br><br>Could somebody explain me what I am doing wrong?<br>Here 1, 2, ..., 11 are Point(s).<br>It is working for the Line object but not for the Spline.<br>Thank you.<br><br>Line(20) = {1,11};<br>Spline(100) = {1,2,3,4,5,6,7,8,9,10,11};<br><br>ll[]  = Rotate { {0., 1., 0.}, {0.,0.,0.}, 1.6} {  Duplicata{ Line{20};} };<br>ls[] = Rotate { {0., 1., 0.}, {0.,0.,0.}, 1.6} {  Duplicata{ Spline{100};} };                                     </div></body>
</html>