Draw arc with angle

hi all
how we can draw an arc with center, start, angle in grasshopper ? same as we have in Rhino?

The standard Arc component (Curve | Primitive | Arc):

arc_2020Dec2a

1 Like

Grasshopper is a bit different as it doesn’t use the action of the mouse indicating a direction, a position, a side …

1 Like

thanks @Joseph_Oster, it was pretty practical

Hi @zaNa,

Here is another way (if you like C#).

test_arc_center_start_angle.gh (7.0 KB)

– Dale

1 Like

yes, you’re right @laurent_delrieu , thanks

I’ve always interested in such as these C# scripting, you are best @dale
can we have this script in python ??