occt: master b9570bd5
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
bugmaster | master | 2018-05-17 12:38:17 | master a820bd4f | |
Affected Issues | 0029734: Modeling Algorithms - Compute global properties of tessellated shape | |||
Changeset | 0029734: Modeling Algorithms - Compute global properties of tessellated shape New algorithms using mesh data for calculation have been added: • BRepGProp_MeshCinert computes the global properties of polylines represented by a set of points • BRepGProp_MeshProps - computes the global properties of a surface mesh. A special flag UseTriangulation has been added in API. If it is true which face triangulations are used as the first source for calculations, otherwise exact geometry objects (surfaces) are used. |
|||
mod - dox/user_guides/draw_test_harness/draw_test_harness.md | Diff File | |||
mod - src/BRepGProp/BRepGProp.cxx | Diff File | |||
mod - src/BRepGProp/BRepGProp.hxx | Diff File | |||
add - src/BRepGProp/BRepGProp_MeshCinert.cxx | Diff File | |||
add - src/BRepGProp/BRepGProp_MeshCinert.hxx | Diff File | |||
add - src/BRepGProp/BRepGProp_MeshProps.cxx | Diff File | |||
add - src/BRepGProp/BRepGProp_MeshProps.hxx | Diff File | |||
mod - src/BRepGProp/FILES | Diff File | |||
mod - src/BRepTest/BRepTest_GPropCommands.cxx | Diff File | |||
mod - src/BRepTools/BRepTools.cxx | Diff File | |||
mod - src/BRepTools/BRepTools.hxx | Diff File | |||
mod - src/DBRep/DBRep.cxx | Diff File | |||
add - tests/bugs/modalg_7/bug29731 | Diff File | |||
add - tests/bugs/modalg_7/bug29734 | Diff File | |||
mod - tests/bugs/vis/bug173_1 | Diff File |