]> SALOME platform Git repositories - modules/geom.git/commit
Salome HOME
[bos #29471] [EDF] (2022-T1) Advanced geometry features: iterate through holes of...
authorAlexey Sozinov <alexey.sozinov@opencascade.com>
Thu, 7 Apr 2022 10:43:09 +0000 (13:43 +0300)
committerazv <azv@opencascade.com>
Fri, 17 Jun 2022 14:26:10 +0000 (17:26 +0300)
commit8764d771c019258058b5d32d89e8623a51ecba05
tree46bab0689b7b9989f8b41f75cd27058dbab5fc54
parent1b56fc0813df83b103cd524ac639c5b9b9bb8ef1
[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
15 files changed:
idl/GEOM_Gen.idl
idl/GEOM_Superv.idl
src/GEOMImpl/CMakeLists.txt
src/GEOMImpl/GEOMImpl_Gen.cxx
src/GEOMImpl/GEOMImpl_IMeasureOperations.cxx
src/GEOMImpl/GEOMImpl_IMeasureOperations.hxx
src/GEOMImpl/GEOMImpl_IPatchFace.hxx [new file with mode: 0644]
src/GEOMImpl/GEOMImpl_PatchFaceDriver.cxx [new file with mode: 0644]
src/GEOMImpl/GEOMImpl_PatchFaceDriver.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_I_Superv/GEOM_Superv_i.cc
src/GEOM_I_Superv/GEOM_Superv_i.hh
src/GEOM_SWIG/geomBuilder.py