Salome HOME
0022753: [EDF] Extension of the curves and surfaces
authorskv <skv@opencascade.com>
Wed, 22 Oct 2014 10:33:19 +0000 (14:33 +0400)
committervsr <vsr@opencascade.com>
Thu, 13 Nov 2014 12:51:58 +0000 (15:51 +0300)
commitd37d50070c8c0071420dd8dc71cd43bfc5ddc001
treee815154a0ea93b13e874c0788ad89b55bf6bf909
parent0c260c9c89412d7fa89290e575f226608b48469b
0022753: [EDF] Extension of the curves and surfaces
32 files changed:
doc/salome/examples/CMakeLists.txt
doc/salome/examples/transformation_operations_ex14.py [new file with mode: 0644]
doc/salome/gui/GEOM/images/extend_edge_example.png [new file with mode: 0644]
doc/salome/gui/GEOM/images/extend_face_example.png [new file with mode: 0644]
doc/salome/gui/GEOM/images/extension1.png [new file with mode: 0644]
doc/salome/gui/GEOM/images/extension2.png [new file with mode: 0644]
doc/salome/gui/GEOM/input/extension_operation.doc [new file with mode: 0644]
doc/salome/gui/GEOM/input/transformation_operations.doc
doc/salome/gui/GEOM/input/tui_transformation_operations.doc
idl/GEOM_Gen.idl
resources/CMakeLists.txt
resources/edgeextension.png [new file with mode: 0644]
resources/faceextension.png [new file with mode: 0644]
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_IShapeExtend.hxx [new file with mode: 0644]
src/GEOMImpl/GEOMImpl_IShapesOperations.cxx
src/GEOMImpl/GEOMImpl_IShapesOperations.hxx
src/GEOMImpl/GEOMImpl_ShapeDriver.cxx
src/GEOMImpl/GEOMImpl_ShapeDriver.hxx
src/GEOMImpl/GEOMImpl_Types.hxx
src/GEOM_I/GEOM_IShapesOperations_i.cc
src/GEOM_I/GEOM_IShapesOperations_i.hh
src/GEOM_SWIG/GEOM_TestAll.py
src/GEOM_SWIG/geomBuilder.py
src/TransformationGUI/CMakeLists.txt
src/TransformationGUI/TransformationGUI.cxx
src/TransformationGUI/TransformationGUI_ExtensionDlg.cxx [new file with mode: 0644]
src/TransformationGUI/TransformationGUI_ExtensionDlg.h [new file with mode: 0644]