Salome HOME
added support for all type of edges in KindOfShape method 4/head
authormbs <martin.bernhard@opencascade.com>
Mon, 29 May 2023 17:01:36 +0000 (18:01 +0100)
committermbs <martin.bernhard@opencascade.com>
Mon, 29 May 2023 17:23:13 +0000 (18:23 +0100)
commitcfc267474fbe4c092b88a40e8d28031a00950450
tree32bcf9b2fbe0198603a1a78f1c25da6347c9503f
parent4823245056426a9ccf9c7965daecf11459f58af5
added support for all type of edges in KindOfShape method
22 files changed:
doc/salome/examples/kind_of_shape.py [new file with mode: 0644]
doc/salome/gui/GEOM/input/tui_kind_of_shape.doc [new file with mode: 0644]
doc/salome/gui/GEOM/input/tui_measurement_tools.doc
idl/GEOM_Gen.idl
src/GEOMAlgo/CMakeLists.txt
src/GEOMAlgo/GEOMAlgo_KindOfName.hxx
src/GEOMAlgo/GEOMAlgo_KindOfPeriod.hxx [new file with mode: 0644]
src/GEOMAlgo/GEOMAlgo_KindOfShape.hxx
src/GEOMAlgo/GEOMAlgo_ShapeInfo.cxx
src/GEOMAlgo/GEOMAlgo_ShapeInfo.hxx
src/GEOMAlgo/GEOMAlgo_ShapeInfoFiller.cxx
src/GEOMImpl/GEOMImpl_IMeasureOperations.cxx
src/GEOMImpl/GEOMImpl_IMeasureOperations.hxx
src/GEOM_I/GEOM_Gen_i.cc
src/GEOM_SWIG/geomBuilder.py
test/data/KindOfShape_Curve10.brep [new file with mode: 0755]
test/data/KindOfShape_Curve3.brep [new file with mode: 0755]
test/data/KindOfShape_Curve4.brep [new file with mode: 0755]
test/data/KindOfShape_Curve6.brep [new file with mode: 0755]
test/data/KindOfShape_Curve9.brep [new file with mode: 0755]
test/test_kind_of_shape.py [new file with mode: 0644]
test/tests.set