diff --git a/doc/xschem_man/developer_info.html b/doc/xschem_man/developer_info.html index c4496fcd..60dc7112 100644 --- a/doc/xschem_man/developer_info.html +++ b/doc/xschem_man/developer_info.html @@ -1948,7 +1948,6 @@ foreach i [xschem selected_set] { xschem setprop instance $i L 3} xschem unselect_all - @@ -1977,7 +1976,6 @@ xschem setprop instance [lindex [xschem selected_set] 1] lab VPP - @@ -2003,10 +2001,67 @@ xschem setprop instance Vvdd spice_ignore short - +
  • Move a selected portion of the schematic


  • + + + + + + +
    +
    # After selecting some objects...
    +     
    +
    # ... We move them by some X / Y quantities.
    +xschem move_objects 100 0
    +     
    + + +
  • Rotate a selected portion of the schematic


  • + + + + + + +
    +
    # After selecting some objects ...
    +     
    +
    # ... We rotate them clockwise around point 1100,-800 (shown with the red cross)
    +xschem rotate 1100 -800
    +     
    + + +
  • Flip a selected portion of the schematic


  • + + + +
    +
    # After selecting some objects as before ...
    +# ... We flip them horizontally around point 1100,-800 (shown with the red cross)
    +xschem flip 1100 -800
    +     
    + + +
  • Rotate in place a selected portion of the schematic


  • + + + + + + +
    +
    # After selecting some objects ...
    +     
    +
    # ... We rotate clockwise each object around their origins
    +# the same command 'flip_in_place' is available for flipping horizontally.
    +xschem rotate_in_place
    +     
    + + + diff --git a/doc/xschem_man/developer_info_21.png b/doc/xschem_man/developer_info_21.png new file mode 100644 index 00000000..554bf5f4 Binary files /dev/null and b/doc/xschem_man/developer_info_21.png differ diff --git a/doc/xschem_man/developer_info_22.png b/doc/xschem_man/developer_info_22.png new file mode 100644 index 00000000..f830dc53 Binary files /dev/null and b/doc/xschem_man/developer_info_22.png differ diff --git a/doc/xschem_man/developer_info_23.png b/doc/xschem_man/developer_info_23.png new file mode 100644 index 00000000..0d588e17 Binary files /dev/null and b/doc/xschem_man/developer_info_23.png differ diff --git a/doc/xschem_man/developer_info_24.png b/doc/xschem_man/developer_info_24.png new file mode 100644 index 00000000..0f42eacc Binary files /dev/null and b/doc/xschem_man/developer_info_24.png differ diff --git a/doc/xschem_man/developer_info_25.png b/doc/xschem_man/developer_info_25.png new file mode 100644 index 00000000..bd946c2d Binary files /dev/null and b/doc/xschem_man/developer_info_25.png differ diff --git a/doc/xschem_man/developer_info_26.png b/doc/xschem_man/developer_info_26.png new file mode 100644 index 00000000..803a0c87 Binary files /dev/null and b/doc/xschem_man/developer_info_26.png differ diff --git a/doc/xschem_man/developer_info_27.png b/doc/xschem_man/developer_info_27.png new file mode 100644 index 00000000..b34f846e Binary files /dev/null and b/doc/xschem_man/developer_info_27.png differ