]> OCCT Git - occt.git/commit
0033046: Modeling algorithms - improve performance of per-facet shape construction
authoraml <aml@opencascade.com>
Thu, 30 Jun 2022 08:47:41 +0000 (11:47 +0300)
committersmoskvin <smoskvin@opencascade.com>
Thu, 7 Jul 2022 16:26:22 +0000 (19:26 +0300)
commite1d576bf3103060320b9d8b1fdf2608ac152230e
tree348473e60638314b75a7f98ecd54c61894e9d94f
parente1f7382910e308e08ec9a72998a987f492492b8b
0033046: Modeling algorithms - improve performance of per-facet shape construction

Add new class (BRepBuilderAPI_MakeShapeOnMesh) to reconstruct shape from triangulation on per-facet basis.
src/BRepBuilderAPI/BRepBuilderAPI_MakeShapeOnMesh.cxx [new file with mode: 0644]
src/BRepBuilderAPI/BRepBuilderAPI_MakeShapeOnMesh.hxx [new file with mode: 0644]
src/BRepBuilderAPI/FILES
src/StlAPI/StlAPI_Reader.cxx
tests/bugs/fclasses/bug23192_1
tests/bugs/fclasses/bug23192_2
tests/bugs/stlvrml/bug27622
tests/bugs/xde/bug22670_1
tests/bugs/xde/bug22670_2
tests/perf/de/bug33046 [new file with mode: 0644]