]> OCCT Git - occt-copy.git/commit
Improve the algorithm of computation of the exposed area. MOTORS_7.1.0
authoremv <emv@opencascade.com>
Fri, 22 Sep 2017 11:09:25 +0000 (14:09 +0300)
committerbugmaster <bugmaster@opencascade.com>
Mon, 2 Oct 2017 11:42:30 +0000 (14:42 +0300)
commit5defca41ffcec0263990d9f192132a5f8d9cb2c3
tree9b162ae8d101c4f29e0dc1bca6b06716ee5566dd
parentdb9ffba2682054a805c8066247ae9b884572768f
Improve the algorithm of computation of the exposed area.
The algorithm OCCTools_ComputeExposedArea has been improved by switching to working with compounds of Faces instead of Solids in the Gluing mode.
In the Gluing mode there is no need to work with solids, as the arguments are expected to be touching only and should not have any common volume. Working with faces helps to avoid errors while constructing the solids.
In this mode the result of the operation will be just the compound of faces.
src/OCCTools/OCCTools_ComputeExposedArea.cxx
src/OCCTools/OCCTools_ComputeExposedArea.hxx