]> SALOME platform Git repositories - modules/geom.git/commit
Salome HOME
Added 2 new operations:
authorrnc <rnc@opencascade.com>
Thu, 1 Mar 2012 14:35:25 +0000 (14:35 +0000)
committerrnc <rnc@opencascade.com>
Thu, 1 Mar 2012 14:35:25 +0000 (14:35 +0000)
commitcb32f89e648187ff92eacc3addecc551b25b25df
tree6f6152ae825aaa2337e1403bf18122a05d2157e2
parent6175043630c53727a5109002dfd4e18403bf097a
Added 2 new operations:
- Extruded cut, allows to add material an existing shape by extrusion of a profile
- Extruded boss, allows to remove material from an existing shape by extrusion od a profile

Modified the sketcher dialog in order to use MakeSketcherOnPLane API instead of MakeSketcher. It is now possible to make a skecth directly on the face of a shape without creating a local coordinate system.

Code refactoring in the sketcher dialog
30 files changed:
idl/GEOM_Gen.idl
resources/Makefile.am
resources/draft.png [new file with mode: 0644]
resources/extruded_boss.png [new file with mode: 0644]
resources/extruded_cut.png [new file with mode: 0644]
src/DlgRef/DlgRef.cxx
src/DlgRef/DlgRef.h
src/DlgRef/DlgRef.pro
src/DlgRef/DlgRef_2Sel2Spin1Push_QTD.ui [new file with mode: 0644]
src/DlgRef/Makefile.am
src/EntityGUI/EntityGUI_SketcherDlg.cxx
src/EntityGUI/EntityGUI_SketcherDlg.h
src/GEOMGUI/GEOM_images.ts
src/GEOMGUI/GEOM_msg_en.ts
src/GEOMGUI/GEOM_msg_fr.ts
src/GEOMGUI/GeometryGUI.cxx
src/GEOMGUI/GeometryGUI_Operations.h
src/GEOMImpl/GEOMImpl_I3DPrimOperations.cxx
src/GEOMImpl/GEOMImpl_I3DPrimOperations.hxx
src/GEOMImpl/GEOMImpl_IPrism.hxx
src/GEOMImpl/GEOMImpl_PrismDriver.cxx
src/GEOMImpl/GEOMImpl_Types.hxx
src/GEOM_I/GEOM_I3DPrimOperations_i.cc
src/GEOM_I/GEOM_I3DPrimOperations_i.hh
src/GEOM_SWIG/geompyDC.py
src/OperationGUI/Makefile.am
src/OperationGUI/OperationGUI.cxx
src/OperationGUI/OperationGUI.h
src/OperationGUI/OperationGUI_ExtrudedFeatureDlg.cxx [new file with mode: 0644]
src/OperationGUI/OperationGUI_ExtrudedFeatureDlg.h [new file with mode: 0644]