https://github.com/ccc159/Open3d/blob/c21d4e1912577429d744cfd6d16a7a55ef6c2b5b/src/BoundingBox.ts#L290
The method performs opposite of what is documented for the strict mode. A true value seems to include the surfaces while documentation suggests otherwise.
I suggest the parameter be renamed instead of changing the implementation to prevent breaking changes.
https://github.com/ccc159/Open3d/blob/c21d4e1912577429d744cfd6d16a7a55ef6c2b5b/src/BoundingBox.ts#L290
The method performs opposite of what is documented for the strict mode. A
truevalue seems to include the surfaces while documentation suggests otherwise.I suggest the parameter be renamed instead of changing the implementation to prevent breaking changes.