]> SALOME platform Git repositories - modules/geom.git/commit
Salome HOME
bos #29468: Advanced geometry features: distance Edge-Edge & Face-Face
authorazv <azv@opencascade.com>
Fri, 17 Jun 2022 14:19:17 +0000 (17:19 +0300)
committerjfa <jfa@opencascade.com>
Fri, 4 Nov 2022 10:10:50 +0000 (13:10 +0300)
commit0ca387bcabf29647ea1d800b99e24dacf5cf176a
tree6bd4b6ec6c515e945fe63f9c19fd6eb3441a304c
parent66be812a4e054626003ed898e018cb375aeffd5f
bos #29468: Advanced geometry features: distance Edge-Edge & Face-Face
23 files changed:
doc/salome/examples/shape_proximity.py [new file with mode: 0644]
doc/salome/examples/tests.set
doc/salome/gui/GEOM/input/shape_proximity.doc [new file with mode: 0644]
doc/salome/gui/GEOM/input/tui_measurement_tools.doc
doc/salome/gui/GEOM/input/tui_shape_proximity.doc [new file with mode: 0644]
doc/salome/gui/GEOM/input/using_measurement_tools.doc
idl/GEOM_Gen.idl
src/GEOMImpl/CMakeLists.txt
src/GEOMImpl/GEOMImpl_Gen.cxx
src/GEOMImpl/GEOMImpl_IMeasureOperations.cxx
src/GEOMImpl/GEOMImpl_IMeasureOperations.hxx
src/GEOMImpl/GEOMImpl_IProximity.hxx [new file with mode: 0644]
src/GEOMImpl/GEOMImpl_ShapeProximityDriver.cxx [new file with mode: 0644]
src/GEOMImpl/GEOMImpl_ShapeProximityDriver.hxx [new file with mode: 0644]
src/GEOMImpl/GEOMImpl_Types.hxx
src/GEOM_I/GEOM_IMeasureOperations_i.cc
src/GEOM_I/GEOM_IMeasureOperations_i.hh
src/GEOM_SWIG/CMakeLists.txt
src/GEOM_SWIG/geomBuilder.py
src/GEOM_SWIG/proximity.py [new file with mode: 0644]
test/test_proximity_edge_edge.py [new file with mode: 0644]
test/test_proximity_face_face.py [new file with mode: 0644]
test/tests.set