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)
committerjfa <jfa@opencascade.com>
Tue, 30 Aug 2022 13:34:10 +0000 (16:34 +0300)
commitde644ac6fe44325aaa8ce9c1aa729dd9189eea6e
treebbe335f1cb3ec8c8d2c762c63ed162573d0c6df5
parente6d054cfcd53405d16a2466ceb0aee3603057784
[bos #29471] [EDF] (2022-T1) Advanced geometry features: iterate through holes of a face
16 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
test/test_patch_face_01.py [new file with mode: 0644]