@Charles_design wrote:
Hi there,
I'm a few months into learning python with no previous programming experience but it's slowly coming together.
I am trying to work out the logic and structure behind this script which seems simple enough and I'm hoping to get a some help off you guys.
The script would take a planar polyline as an input and replace the "inwards" facing corners with a semi-circle of a chosen diameter. I've illustrated this in the image below:
To clarify the context this will be used to cancel the rounded corners when cutting on a CNC machine so they don't have to be cut out by hand afterwards.
Any input on how to achieve this would be hugely appreciated, the logic behind detecting the right corners still puzzles me.
Thanks
Charles
Posts: 2
Participants: 2

