Eneroth3 / eneroth-solid-tools

Solid operations for SketchUp
MIT License
26 stars 3 forks source link

Separate Solid Operations and Solid Tools into different projects #2

Open Eneroth3 opened 6 years ago

Eneroth3 commented 6 years ago

These solid operations were originally created to be used inside of other extensions, not as standalone tools. To make them easier to include in any extensions they could be split off into its own repo, with a clearly documented and tested API. This library could then be used both by Eneroth Solid Tools and any other extension.

LuluWalls commented 6 years ago

Yes, that was taken into account. The new solids.rb file should be a drop in replacement for your original solids.rb file. There are no (intentional) changes to the old interface.

In the new repo you'll find test_models/test_shapes.skp which contains a half dozen shapes that failed to subtract/trim properly with original algorithm.

Eneroth3 commented 6 years ago

This is an independently logged issue about the long term plan for Eneroth Solid Tools/Operations. The project has been dormant for a while and I had forgot to document this intention.