Salome HOME
0022354: EDF GEOM: Create edge by getting iso-line of surface
authorskv <skv@opencascade.com>
Tue, 19 Nov 2013 11:55:25 +0000 (11:55 +0000)
committerskv <skv@opencascade.com>
Tue, 19 Nov 2013 11:55:25 +0000 (11:55 +0000)
commit82eebc8aee95a51d7c4c8ba8afa1ba3f60a7cf53
tree746660615227da854e659240620f2947bdb1b5d2
parentbf4c72d227baf07fbc78a321c5ff84da96ee06f0
0022354: EDF GEOM: Create edge by getting iso-line of surface
37 files changed:
doc/salome/examples/basic_geom_objs_ex06.py
doc/salome/gui/GEOM/images/isoline1.png [new file with mode: 0644]
doc/salome/gui/GEOM/images/isoline2.png [new file with mode: 0644]
doc/salome/gui/GEOM/input/creating_basic_go.doc
doc/salome/gui/GEOM/input/creating_isoline.doc [new file with mode: 0644]
idl/GEOM_Gen.idl
resources/CMakeLists.txt
resources/isoline.png [new file with mode: 0644]
resources/isoline_v.png [new file with mode: 0644]
src/EntityGUI/CMakeLists.txt
src/EntityGUI/EntityGUI.cxx
src/EntityGUI/EntityGUI_IsolineDlg.cxx [new file with mode: 0755]
src/EntityGUI/EntityGUI_IsolineDlg.h [new file with mode: 0755]
src/GEOMGUI/GEOM_images.ts
src/GEOMGUI/GEOM_msg_en.ts
src/GEOMGUI/GeometryGUI.cxx
src/GEOMGUI/GeometryGUI_Operations.h
src/GEOMImpl/CMakeLists.txt
src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx
src/GEOMImpl/GEOMImpl_ICurvesOperations.hxx
src/GEOMImpl/GEOMImpl_IIsoline.hxx [new file with mode: 0755]
src/GEOMImpl/GEOMImpl_ShapeDriver.cxx
src/GEOMImpl/GEOMImpl_ShapeDriver.hxx
src/GEOMImpl/GEOMImpl_Types.hxx
src/GEOMUtils/CMakeLists.txt
src/GEOMUtils/GEOMUtils_Hatcher.cxx [new file with mode: 0755]
src/GEOMUtils/GEOMUtils_Hatcher.hxx [new file with mode: 0755]
src/GEOM_I/GEOM_ICurvesOperations_i.cc
src/GEOM_I/GEOM_ICurvesOperations_i.hh
src/GEOM_SWIG/GEOM_TestAll.py
src/GEOM_SWIG/geomBuilder.py
src/OBJECT/CMakeLists.txt
src/OBJECT/GEOM_OCCReader.cxx
src/OBJECT/GEOM_OCCReader.h
src/OCC2VTK/CMakeLists.txt
src/OCC2VTK/GEOM_WireframeFace.cxx
src/OCC2VTK/GEOM_WireframeFace.h