jbuckmccready / CavalierContours

2D polyline library for offsetting, combining, etc.
MIT License
427 stars 79 forks source link

Question: add fillets to contour possible? #63

Open grotius-cnc opened 1 year ago

grotius-cnc commented 1 year ago

Hi,

Thanks for your amazing work !

Just a question.

Is it possible to create fillets 3mm to a rectangular 100x100mm for example?

Thanks,

Skynet Cyberdyne.

jbuckmccready commented 1 year ago

Hi, sorry I have been really busy lately so I haven't gotten to reply to this. Not entirely clear what you're asking, by fillets do you mean just rounding corners on a rectangle? Technically you could offset inward and then back outward the same amount to create rounded corners (the amount you offset will determine the size of the radius/how rounded the corner becomes).