Salome HOME
0022762: [EDF] Fast detection of face/face face/solid solid/solid interference
authorana <ana@opencascade.com>
Tue, 16 Dec 2014 16:27:28 +0000 (19:27 +0300)
committervsr <vsr@opencascade.com>
Wed, 17 Dec 2014 17:07:41 +0000 (20:07 +0300)
commited5673f40bde611ab306086e0eacf64ebb764f6c
treeef931b4fd5e8570166d6f560ef1c61a2a50dff8b
parent57bf55dc1f86e410f88da48e87d99e1380ed1e5e
0022762: [EDF] Fast detection of face/face face/solid solid/solid interference
29 files changed:
doc/salome/examples/CMakeLists.txt
doc/salome/examples/check_shape.py
doc/salome/examples/fast_intersection.py [new file with mode: 0644]
doc/salome/gui/GEOM/images/measures12.png [new file with mode: 0644]
doc/salome/gui/GEOM/input/fast_intersection.doc [new file with mode: 0644]
doc/salome/gui/GEOM/input/tui_fast_intersection.doc [new file with mode: 0644]
doc/salome/gui/GEOM/input/tui_measurement_tools.doc
doc/salome/gui/GEOM/input/tui_test_measures.doc
doc/salome/gui/GEOM/input/using_measurement_tools.doc
idl/GEOM_Gen.idl
resources/CMakeLists.txt
resources/fast_intersect.png [new file with mode: 0644]
src/GEOMGUI/GEOM_images.ts
src/GEOMGUI/GEOM_msg_en.ts
src/GEOMGUI/GEOM_msg_fr.ts
src/GEOMGUI/GEOM_msg_ja.ts
src/GEOMGUI/GeometryGUI.cxx
src/GEOMGUI/GeometryGUI_Operations.h
src/GEOMImpl/CMakeLists.txt
src/GEOMImpl/GEOMImpl_IMeasureOperations.cxx
src/GEOMImpl/GEOMImpl_IMeasureOperations.hxx
src/GEOM_I/GEOM_IMeasureOperations_i.cc
src/GEOM_I/GEOM_IMeasureOperations_i.hh
src/GEOM_SWIG/GEOM_TestMeasures.py
src/GEOM_SWIG/geomBuilder.py
src/MeasureGUI/CMakeLists.txt
src/MeasureGUI/MeasureGUI.cxx
src/MeasureGUI/MeasureGUI_FastCheckIntersectionsDlg.cxx [new file with mode: 0644]
src/MeasureGUI/MeasureGUI_FastCheckIntersectionsDlg.h [new file with mode: 0644]