mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-07-15 12:35:51 +03:00
New algorithms calculating global properties on mesh data 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. Existing tool BRepGProp now automatically uses new algorithm for triangulation-only faces. By default, algorithm will use exact geometry objects (surfaces), when it is available (as before the patch); this behavior can be switched by a new flag UseTriangulation, forcing usage of triangulation instead of exact geometry when both defined.
31 lines
648 B
Plaintext
31 lines
648 B
Plaintext
BRepGProp.cxx
|
|
BRepGProp.hxx
|
|
BRepGProp_Cinert.cxx
|
|
BRepGProp_Cinert.hxx
|
|
BRepGProp_Domain.cxx
|
|
BRepGProp_Domain.hxx
|
|
BRepGProp_Domain.lxx
|
|
BRepGProp_EdgeTool.cxx
|
|
BRepGProp_EdgeTool.hxx
|
|
BRepGProp_Face.cxx
|
|
BRepGProp_Face.hxx
|
|
BRepGProp_Face.lxx
|
|
BRepGProp_Gauss.cxx
|
|
BRepGProp_Gauss.hxx
|
|
BRepGProp_Sinert.cxx
|
|
BRepGProp_Sinert.hxx
|
|
BRepGProp_TFunction.cxx
|
|
BRepGProp_TFunction.hxx
|
|
BRepGProp_TFunction.lxx
|
|
BRepGProp_UFunction.cxx
|
|
BRepGProp_UFunction.hxx
|
|
BRepGProp_UFunction.lxx
|
|
BRepGProp_Vinert.cxx
|
|
BRepGProp_Vinert.hxx
|
|
BRepGProp_VinertGK.cxx
|
|
BRepGProp_VinertGK.hxx
|
|
BRepGProp_MeshCinert.hxx
|
|
BRepGProp_MeshCinert.cxx
|
|
BRepGProp_MeshProps.hxx
|
|
BRepGProp_MeshProps.cxx
|