Dear @gferreira,
I tried to use your suggestion it in my exercise and it worked fine. Thank you so much for your help! Amazing.
Thank you and kind regards,
Petra
Posts made by Manufraktur
-
RE: draw arc
-
RE: draw arc
Dear @gferreira,
thanks for your quick reply. It seems like this could solve my problem. I will give it a try tomorrow and let you know.But thank you already so much for your help!
Petra -
draw arc
Hi there,
I am not sure if this is the correct category to post this.
I am trying to draw an arc and I cannot find any example or explanation concerning this. In the documentation it says:
arc(center, radius, startAngle, endAngle, clockwise)
but it didn't work.
Assuming the center has two coordinates, I tried:
arc((10, 10), 10, 20, 25, True)
and
arc(10, 10, 10, 20, 25, True)
, both didn't give a result.There were a few discussions and examples about arcTo(), but that didn't help me as I am trying something like this:
Did anybody try something similar before?
Thank you in advance for your help,
Petra