occt: master fe3e01db

Author Committer Branch Timestamp Parent
ifv bugmaster master 2016-03-22 11:41:43 master 1fbf69bb
Changeset 0027273: The computation of linear properties on shared shapes is not correct

New flag is inserted in parameters of static methods LinearProperties(...), surfaceProperties(...), volumeProperties(...). This flag defines to skip or not to skip second and next appearance shared topology entities (edges, faces, shells) in properties calculation.
Corresponding Draw commands is modified to take in account new parameter.

Test case for issue CR27273

Add option -skip into checkprops command
mod - src/BRepGProp/BRepGProp.cxx Diff File
mod - src/BRepGProp/BRepGProp.hxx Diff File
mod - src/BRepTest/BRepTest_GPropCommands.cxx Diff File
mod - src/DrawResources/CheckCommands.tcl Diff File
add - tests/bugs/modalg_6/bug27273 Diff File