@orangutanlibrarian@mastodon.au
Post #1805956
2026-03-08 19:28 UTC
@kauzerei I don't understand how that works but I am going to play with it. Impressive achievement!
Replies (2)
-
@kauzerei@social.tchncs.de 2026-03-08 19:52
@orangutanlibrarian like, how to use, or why it generates a fillet approximation? Usage is similar to regular linear_extrude. To understand why it works, imagine extruding a square four times in four directions: skewed 45 degrees towards positive x, negative x, positive y and negative y. Now imagine intersection of those 4 extrusions: all 4 sides are chamfered now. The module loops through more than 4 directions, accounting for chamfering every possible angle at which an edge of 2d geometry may be.
-
@ali1234@mastodon.social 2026-03-08 19:57
@orangutanlibrarian @kauzerei It calculates the intersection of many skewed linear extrusions.