eneroth-solid-tools icon indicating copy to clipboard operation
eneroth-solid-tools copied to clipboard

Solid operations for SketchUp

Results 9 eneroth-solid-tools issues
Sort by recently updated
recently updated
newest added

During your development, did you correct the problems that could be encountered with the basic sketchup? (it's not a reproach it's just a question :-) ) Here are the problems...

Hi there. I'd love to use this in a personal project I'm doing with SketchUp Make (free version), but your plugin page seems to indicate it only works with the...

This should be done in the tool layer, not in operations themselves. Operations can be used in other extensions where they are just a tiny part of a longer operation,...

enhancement

SolidOperations has become a very large class, with a lot of private methods that can be extracted to a library, such as Eneroth3/sketchup-community-lib. Remember to re-enable RuboCop Metrics/ModuleLength if extracting...

Could be useful but should not get in the way of the current behavior, which is ignoring nested containers alterationer. A container with a closed mesh forming a house and...

enhancement

The default behavior should be to edit all instances of the same components simultaneously. However there are use cases when you want several components among the targets to be unique...

enhancement

@Eneroth3 I've upgraded many of the methods in solids.rb. Please review the code and let me know what you would like to change/update/throw away. [https://github.com/LuluWalls/Improved-Eneroth-Solid-Tools](https://github.com/LuluWalls/Improved-Eneroth-Solid-Tools) I was hesitant to branch...

question

Currently face orientation matters to SolidOperations. When intersection edges have been formed in both meshes corresponding are found. Sometimes these should be removed, e.g. when two volumes that just touches...

enhancement

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...