]> 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)
committerasl <asl@opencascade.com>
Tue, 19 Jun 2018 07:16:13 +0000 (10:16 +0300)
commit8667456518badec3605d0f130f9f4cc2c9fbbe04
tree689eee2bdc42e97640ee59d59581769b2f3c8b33
parente48da12d51502ae35a5db2e6b9d50c0c184a8075
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.

# Conflicts:
# src/BRepGProp/BRepGProp.cxx
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