tcar
About
- Username
- tcar
- Joined
- Visits
- 8
- Last Active
- Roles
- Member
Comments
-
Hi eduard, I found a solution to my problem by creating a polygon with many edges which follow the outline of a partial circle. See code for this below. Have a nice weekend! from math import sin, cos def arc_xy(start_angle, end_angle, radius = …
-
Hi zgolot, that looks great! I am currently trying to implement something related: I want to draw part of a circle, i.e. a circular line with a start and end point. So far I managed to just occlude part of the circle which I don't want to show, but…