]> SALOME platform Git repositories - modules/geom.git/commit
Salome HOME
0022776: [CEA 1269] Project a wire or a face on a cylinder
authorskv <skv@opencascade.com>
Thu, 12 Feb 2015 13:59:30 +0000 (16:59 +0300)
committerskv <skv@opencascade.com>
Thu, 12 Feb 2015 13:59:30 +0000 (16:59 +0300)
commit0081236a16be70760a62e78efe7fce7f04106220
tree56618b70c92e64a6b9116b5941a637bba8afbdf7
parente450289112dfe41e289924ab7f3558233646abde
0022776: [CEA 1269] Project a wire or a face on a cylinder
32 files changed:
doc/salome/gui/GEOM/images/proj_on_cyl_dlg.png [new file with mode: 0644]
doc/salome/gui/GEOM/images/proj_on_cyl_preview.png [new file with mode: 0644]
doc/salome/gui/GEOM/input/projection_on_cylinder_operation.doc [new file with mode: 0644]
doc/salome/gui/GEOM/input/transformation_operations.doc
idl/GEOM_Gen.idl
resources/CMakeLists.txt
resources/proj_on_cyl.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_IProjOnCyl.hxx [new file with mode: 0644]
src/GEOMImpl/GEOMImpl_ITransformOperations.cxx
src/GEOMImpl/GEOMImpl_ITransformOperations.hxx
src/GEOMImpl/GEOMImpl_ProjectionDriver.cxx
src/GEOMImpl/GEOMImpl_ProjectionDriver.hxx
src/GEOMImpl/GEOMImpl_Types.hxx
src/GEOMUtils/CMakeLists.txt
src/GEOMUtils/GEOMUtils_HTrsfCurve2d.cxx [new file with mode: 0644]
src/GEOMUtils/GEOMUtils_HTrsfCurve2d.hxx [new file with mode: 0644]
src/GEOMUtils/GEOMUtils_Trsf2d.cxx [new file with mode: 0644]
src/GEOMUtils/GEOMUtils_Trsf2d.hxx [new file with mode: 0644]
src/GEOMUtils/GEOMUtils_TrsfCurve2d.cxx [new file with mode: 0644]
src/GEOMUtils/GEOMUtils_TrsfCurve2d.hxx [new file with mode: 0644]
src/GEOM_I/GEOM_ITransformOperations_i.cc
src/GEOM_I/GEOM_ITransformOperations_i.hh
src/GEOM_SWIG/geomBuilder.py [changed mode: 0755->0644]
src/TransformationGUI/CMakeLists.txt
src/TransformationGUI/TransformationGUI.cxx
src/TransformationGUI/TransformationGUI_ProjectionOnCylDlg.cxx [new file with mode: 0644]
src/TransformationGUI/TransformationGUI_ProjectionOnCylDlg.h [new file with mode: 0644]