thomthom / solid-inspector

Inspect and repair solid groups and components in SketchUp.
https://extensions.sketchup.com/en/content/solid-inspector%C2%B2
MIT License
18 stars 2 forks source link

Incorrectly Detects "reverse" Faces #16

Closed thomthom closed 9 years ago

thomthom commented 9 years ago

Original report by Jim Foltz (Bitbucket: jimfoltz, GitHub: jimfoltz).


Here's the model- all faces are correct, although SI2 says otherwise.

thomthom commented 9 years ago

Fixes false positives for some models. A bug made the orientation algorithm pick the smallest faces for start face instead of the largest. Fixes #16.

thomthom commented 9 years ago

Hmm... it appear to be false positives due to the model being very small. Tolerance issues again. After scaling up 100 times it works. Need to look into that.