]> SALOME platform Git repositories - modules/geom.git/commit
Salome HOME
Correct defining tolerances for edges and faces in static functions extrema**
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 9 Jun 2022 11:44:53 +0000 (14:44 +0300)
committerjgv <jgv@opencascade.com>
Wed, 14 Sep 2022 10:33:26 +0000 (13:33 +0300)
commitf43834312777d2cf3d5e9c2260398f899c1d6dde
tree09d99318eadca4670b0d02611e1dd533c2c7da78
parent89b8ea7bd712a14894636057019750c709de8970
Correct defining tolerances for edges and faces in static functions extrema**

Add some doc after iteration

[tuleap29468] : For Acceptance, fix compilation error

bos #29468: Advanced geometry features: distance Edge-Edge & Face-Face

[bos #29472] [EDF] (2022-T1) Advanced geometry features: curvature vector on a point of a face

[bos #29471] [EDF] (2022-T1) Advanced geometry features: iterate through holes of a face

- Added python command PatchFace
- Add description for function into GEOM_Gen.idl
- Method PatchFace was added into Geom_Superv_i and Geom_Superv

MakeFaceWires and MakeFace can raise RuntimeError in case of a non planar detected
25 files changed:
doc/salome/examples/shape_proximity.py [new file with mode: 0644]
doc/salome/examples/tests.set
doc/salome/gui/GEOM/images/Shape_proximity_0.png [new file with mode: 0644]
doc/salome/gui/GEOM/images/Shape_proximity_1.png [new file with mode: 0644]
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