]> SALOME platform Git repositories - modules/geom.git/commit
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>
Mon, 27 Oct 2014 15:26:01 +0000 (18:26 +0300)
commita2b342ad25acff03ea430692ca19412e2029bf51
tree697b2616f31138bda0a5467f4e20b10e9e7e1fcf
parent731761d34b4a8bcf6fec68435b597ddd3d4c5cb2
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]