]> SALOME platform Git repositories - modules/geom.git/commit
Salome HOME
[bos #38044][EDF] (2023-T3) Support for automatic reparation. Added execution chain...
authorKonstantin Leontev <Konstantin.LEONTEV@opencascade.com>
Tue, 9 Jan 2024 12:25:23 +0000 (12:25 +0000)
committerKonstantin Leontev <Konstantin.LEONTEV@opencascade.com>
Fri, 14 Jun 2024 16:57:46 +0000 (17:57 +0100)
commit9041c14056b02c7e030bbc7012f1f95a4b17b26d
treeca4b1b572ef48e840c896284ed3200376ec0d08b
parentfbbd6a9e07c75cb4e57644a0cb27f7f3bc122d58
[bos #38044][EDF] (2023-T3) Support for automatic reparation. Added execution chain and generic GUI using merge faces plugin as an example.
15 files changed:
src/CMakeLists.txt
src/RepairGUIAdv/CMakeLists.txt [new file with mode: 0644]
src/RepairGUIAdv/DlgRef_1Spin_QTD.ui [new file with mode: 0644]
src/RepairGUIAdv/basedlg.py [new file with mode: 0644]
src/RepairGUIAdv/basedlg.ui [new file with mode: 0644]
src/RepairGUIAdv/geomrepairadv_common.py [new file with mode: 0644]
src/RepairGUIAdv/geomrepairadv_execute.py [new file with mode: 0644]
src/RepairGUIAdv/geomrepairadv_logger.py [new file with mode: 0644]
src/RepairGUIAdv/geomrepairadv_plugins.py [new file with mode: 0644]
src/RepairGUIAdv/geomrepairadv_progress.py [new file with mode: 0644]
src/RepairGUIAdv/geomrepairadv_worker.py [new file with mode: 0644]
src/RepairGUIAdv/locate_subshapes.py [new file with mode: 0644]
src/RepairGUIAdv/merge_faces.py [new file with mode: 0644]
src/RepairGUIAdv/merge_faces_algo.py [new file with mode: 0755]
src/RepairGUIAdv/union_edges.py [new file with mode: 0644]