]> OCCT Git - occt.git/commit
0032995: Modeling algorithms - Interface for checking canonical geometry
authorifv <ifv@opencascade.com>
Sun, 15 May 2022 05:04:58 +0000 (08:04 +0300)
committersmoskvin <smoskvin@opencascade.com>
Fri, 8 Jul 2022 16:26:37 +0000 (19:26 +0300)
commitb47b075ac57d62d1b77c90ee432b75958da17af9
tree99b70c612fe2162f65689adef53aacc06b6bdfbe
parent7a52478f162c44757007fb3f24692038b912aee0
0032995: Modeling algorithms - Interface for checking canonical geometry

GeomConvert_CurveToAnaCurve, GeomConvert_SurfToAnaSurf - geometrical algorithms
for converting geometrical curve and surfaces in canonical geometry with given tolerance.

ShapeAnalysis_CanonicalRecognition - interface for checking canonical geometry.
42 files changed:
dox/user_guides/modeling_data/modeling_data.md
dox/user_guides/shape_healing/shape_healing.md
src/GeomConvert/FILES
src/GeomConvert/GeomConvert_ConvType.hxx [new file with mode: 0644]
src/GeomConvert/GeomConvert_CurveToAnaCurve.cxx [new file with mode: 0644]
src/GeomConvert/GeomConvert_CurveToAnaCurve.hxx [new file with mode: 0644]
src/GeomConvert/GeomConvert_SurfToAnaSurf.cxx [new file with mode: 0644]
src/GeomConvert/GeomConvert_SurfToAnaSurf.hxx [new file with mode: 0644]
src/GeomliteTest/GeomliteTest_SurfaceCommands.cxx
src/SWDRAW/SWDRAW_ShapeAnalysis.cxx
src/ShapeAnalysis/FILES
src/ShapeAnalysis/ShapeAnalysis_CanonicalRecognition.cxx [new file with mode: 0644]
src/ShapeAnalysis/ShapeAnalysis_CanonicalRecognition.hxx [new file with mode: 0644]
src/ShapeAnalysis/ShapeAnalysis_FuncConeLSDist.cxx [new file with mode: 0644]
src/ShapeAnalysis/ShapeAnalysis_FuncConeLSDist.hxx [new file with mode: 0644]
src/ShapeAnalysis/ShapeAnalysis_FuncCylinderLSDist.cxx [new file with mode: 0644]
src/ShapeAnalysis/ShapeAnalysis_FuncCylinderLSDist.hxx [new file with mode: 0644]
src/ShapeAnalysis/ShapeAnalysis_FuncSphereLSDist.cxx [new file with mode: 0644]
src/ShapeAnalysis/ShapeAnalysis_FuncSphereLSDist.hxx [new file with mode: 0644]
src/gce/gce_MakeCirc.cxx
tests/cr/approx/A1 [new file with mode: 0644]
tests/cr/approx/A2 [new file with mode: 0644]
tests/cr/approx/A3 [new file with mode: 0644]
tests/cr/approx/A4 [new file with mode: 0644]
tests/cr/base/A1 [new file with mode: 0644]
tests/cr/base/A2 [new file with mode: 0644]
tests/cr/base/A3 [new file with mode: 0644]
tests/cr/base/A4 [new file with mode: 0644]
tests/cr/base/A5 [new file with mode: 0644]
tests/cr/base/A6 [new file with mode: 0644]
tests/cr/base/B1 [new file with mode: 0644]
tests/cr/base/B2 [new file with mode: 0644]
tests/cr/base/B3 [new file with mode: 0644]
tests/cr/base/B4 [new file with mode: 0644]
tests/cr/base/B5 [new file with mode: 0644]
tests/cr/base/B6 [new file with mode: 0644]
tests/cr/base/B7 [new file with mode: 0644]
tests/cr/base/B8 [new file with mode: 0644]
tests/cr/base/B9 [new file with mode: 0644]
tests/cr/begin [new file with mode: 0644]
tests/cr/end [new file with mode: 0644]
tests/cr/grids.list [new file with mode: 0644]