XbimEssentials icon indicating copy to clipboard operation
XbimEssentials copied to clipboard

XbimRect3D Union method looks wrong

Open Hafplo opened this issue 5 years ago • 0 comments

https://github.com/xBimTeam/XbimEssentials/blob/4b42fdcef7eb8291fd8eefa5defc9ac58527e998/Xbim.Common/Geometry/XbimRect3D.cs#L387

I assume this method functionality is to create a unified BoundingBox (or Rect3D) from 2 smaller entities. However is it implemented without "this" and also returns "void". I have tested it, it seems to have no effect and cannot produce new variables.

Hafplo avatar Sep 14 '20 09:09 Hafplo