1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-07-15 12:35:51 +03:00
ifv 4b114473ef 0029734: Modeling Algorithms - Compute global properties of tessellated shape
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.
2018-06-23 13:12:36 +03:00

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