gargois
Guest
Hello everyone,
I'm new to the forum. I also tried to look into the discussion archive, but I couldn't find anything about my case.
what I want to do is a script that allows me to do these steps:
1- Select a layer already created es."linea_1";
2- draw a circumference defining coordinates and radius;
3- select another layer already created e.g.linea_2";
4- draw a spline;
5- Select another layer already created "text";
6- write the text.
I can currently draw the circumference, spline and write the text, but I can't select the layer and concatenate all the functions in one script.
I bring back the various scripts I use and that individually work well.
draw circumference:
_circle 0.000,0.000,0.00 4.00
draw spline:
splines
-2.927422,-2.927422,0.000000
start tangenza -1
-2.632559,2.632559,0.000000
2.746403,2.746403,0.000000
3.027124,-3.027124,0.000000
Shut up!
end
write the text
_
-4.000000,28.000000
_
@1,1
0.80%
0
circle-1
I thank all those who will give me information in advance.
I'm new to the forum. I also tried to look into the discussion archive, but I couldn't find anything about my case.
what I want to do is a script that allows me to do these steps:
1- Select a layer already created es."linea_1";
2- draw a circumference defining coordinates and radius;
3- select another layer already created e.g.linea_2";
4- draw a spline;
5- Select another layer already created "text";
6- write the text.
I can currently draw the circumference, spline and write the text, but I can't select the layer and concatenate all the functions in one script.
I bring back the various scripts I use and that individually work well.
draw circumference:
_circle 0.000,0.000,0.00 4.00
draw spline:
splines
-2.927422,-2.927422,0.000000
start tangenza -1
-2.632559,2.632559,0.000000
2.746403,2.746403,0.000000
3.027124,-3.027124,0.000000
Shut up!
end
write the text
_
-4.000000,28.000000
_
@1,1
0.80%
0
circle-1
I thank all those who will give me information in advance.