]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Add sketch operations help pages.
authormzn <mzn@opencascade.com>
Fri, 14 Sep 2018 15:16:31 +0000 (18:16 +0300)
committermzn <mzn@opencascade.com>
Fri, 14 Sep 2018 15:16:31 +0000 (18:16 +0300)
commit21b89f8d2a06d355bdf18c5807f10b12623c88d7
treeb4e3a3d2eeeaa950b4fcc4675023ef155fc47bcd
parent237c4be78210096eeb2a499fa10835c0e0002185
Add sketch operations help pages.
59 files changed:
src/SketchPlugin/doc/SketchPlugin.rst
src/SketchPlugin/doc/TUI_fillet.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_intersection.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_mirror.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_projection.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_rotation.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_split.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_translation.rst [new file with mode: 0644]
src/SketchPlugin/doc/TUI_trim.rst [new file with mode: 0644]
src/SketchPlugin/doc/examples/fillet.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/intersection.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/mirror.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/projection.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/rotation.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/split.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/translation.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/trim.py [new file with mode: 0644]
src/SketchPlugin/doc/examples/vertical.py
src/SketchPlugin/doc/filletFeature.rst
src/SketchPlugin/doc/images/AngularCopy.png [deleted file]
src/SketchPlugin/doc/images/Fillet.png
src/SketchPlugin/doc/images/Fillet_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Fillet_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Intersection.png
src/SketchPlugin/doc/images/Intersection_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Intersection_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/LinearCopy.png [deleted file]
src/SketchPlugin/doc/images/Linear_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Linear_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Mirror.png
src/SketchPlugin/doc/images/Mirror_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Mirror_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Projection.png
src/SketchPlugin/doc/images/Projection_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Projection_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Rotation_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Rotation_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Sketch_underconstrained - Copy.png [deleted file]
src/SketchPlugin/doc/images/Split.png
src/SketchPlugin/doc/images/Split_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Split_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Split_segment_sel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Trim.png
src/SketchPlugin/doc/images/Trim_panel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Trim_res.png [new file with mode: 0644]
src/SketchPlugin/doc/images/Trim_segment_sel.png [new file with mode: 0644]
src/SketchPlugin/doc/images/angle_up_32x32.png [new file with mode: 0644]
src/SketchPlugin/doc/images/angle_up_full_32x32.png [new file with mode: 0644]
src/SketchPlugin/doc/images/rotate.png [new file with mode: 0644]
src/SketchPlugin/doc/images/translate.png [new file with mode: 0644]
src/SketchPlugin/doc/images/translate_32x32.png [new file with mode: 0644]
src/SketchPlugin/doc/images/translate_full_32x32.png [new file with mode: 0644]
src/SketchPlugin/doc/intersectionFeature.rst
src/SketchPlugin/doc/mirrorFeature.rst
src/SketchPlugin/doc/projectionFeature.rst
src/SketchPlugin/doc/rotationFeature.rst
src/SketchPlugin/doc/splitFeature.rst
src/SketchPlugin/doc/translationFeature.rst
src/SketchPlugin/doc/trimFeature.rst