]> OCCT Git - occt-copy.git/commit
Improve the algorithm of computation of the exposed area. CR0_710_Mtrs
authoremv <emv@opencascade.com>
Fri, 22 Sep 2017 11:09:25 +0000 (14:09 +0300)
committeremv <emv@opencascade.com>
Fri, 29 Sep 2017 13:56:19 +0000 (16:56 +0300)
commit998c7b6a40757272ab6a452d6457ce2de1609292
tree8eb861da37bfad810bea2f16a6fb413de1cd57e5
parent61e0a1daf4a4fe0bae3daee09010d7680b191499
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