Conversation
Those operations include inset, outset, fillet and rounding.
|
So, this project has been asleep for a while-- apologies. What's the state of these keywords in current OpenSCAD builds? It looks to me like this PR would be ready to use those features... as soon as they're added to OpenSCAD. Have they been added yet, or do you know if there's a timeframe for adding them? I'd love to have these features to use in SolidPython, but I'm hesitant to add support for features that don't exist yet |
|
@etjones For what I know this hasn't been officially included in OpenSCAD yet. Don't know about any timeframe. 😅 |
|
Ok. I'm going to leave this one open until OpenSCAD catches up with you! Let's hope they get their act together and deliver those features, then I'll add this to master. Thanks for getting ahead of the game! |
SCAD utils implements some useful operations like inset, outset, fillet and rounding.
Would it make sense to include them in SolidPython? They are planned to be included in OpenSCAD some day, but they are still a separate project. However, I see no harm in including them in SolidPython for now (if you want to use them you just need to make sure the OpenSCAD utils code is available, of course).