]> OCCT Git - occt-copy.git/commit
0029734: Modeling Algorithms - Compute global properties of tessellated shape
authorifv <ifv@opencascade.com>
Thu, 17 May 2018 12:38:17 +0000 (15:38 +0300)
committerkgv <kgv@opencascade.com>
Mon, 18 Jun 2018 10:55:02 +0000 (13:55 +0300)
commitb70f295e79e646e36508214c9e99208e5815b161
tree8c156855dba27376cb4848c65615ff58a6205e19
parenta820bd4f136dd7ed8caeb08192b0df1936c03353
0029734: Modeling Algorithms - Compute global properties of tessellated shape

New algorithms using mesh data for calculation have been added: BRepGProp_MeshCinert, BRepGProp_MeshProps.
In API a special flag, which defines preferable source for calculations, has been added.
15 files changed:
dox/user_guides/draw_test_harness/draw_test_harness.md
src/BRepGProp/BRepGProp.cxx
src/BRepGProp/BRepGProp.hxx
src/BRepGProp/BRepGProp_MeshCinert.cxx [new file with mode: 0644]
src/BRepGProp/BRepGProp_MeshCinert.hxx [new file with mode: 0644]
src/BRepGProp/BRepGProp_MeshProps.cxx [new file with mode: 0644]
src/BRepGProp/BRepGProp_MeshProps.hxx [new file with mode: 0644]
src/BRepGProp/FILES
src/BRepTest/BRepTest_GPropCommands.cxx
src/BRepTools/BRepTools.cxx
src/BRepTools/BRepTools.hxx
src/DBRep/DBRep.cxx
tests/bugs/modalg_7/bug29731 [new file with mode: 0644]
tests/bugs/modalg_7/bug29734 [new file with mode: 0644]
tests/bugs/vis/bug173_1