diff options
| author | Mikko Syrjä <mikko@3d-system.fi> | 2019-03-19 23:47:34 +0200 |
|---|---|---|
| committer | Mikko Syrjä <mikko@3d-system.fi> | 2019-03-19 23:47:34 +0200 |
| commit | b4a39f7c233c1f26eb9874fc1221ea1408a3fa97 (patch) | |
| tree | 74943397ecfc3a1ab9ce34152e3f1bd96c26bc51 /help/eng | |
| parent | 1e0dfa10ac89907750309c5a618997c074c03a9b (diff) | |
| download | symedit-b4a39f7c233c1f26eb9874fc1221ea1408a3fa97.tar.gz symedit-b4a39f7c233c1f26eb9874fc1221ea1408a3fa97.zip | |
Added color support.
Diffstat (limited to 'help/eng')
| -rw-r--r-- | help/eng/tools.rst | 45 | ||||
| -rw-r--r-- | help/eng/usage.rst | 2 |
2 files changed, 26 insertions, 21 deletions
diff --git a/help/eng/tools.rst b/help/eng/tools.rst index 6e9ab2d..7107c04 100644 --- a/help/eng/tools.rst +++ b/help/eng/tools.rst @@ -6,9 +6,9 @@ Available drawing tools. Drawing methods --------------- -Kaikki piirtotavat toimivat samalla tavalla. Hiiren painikkeen painaminen määrittää kohteen alkupisteen. Hiiren siirto painike pohjassa siirtää loppupistettä ja piirtää kohdetta reaaliajassa. Painikkeen vapauttaminen luo symboliin uuden kohteen ja aktivoi sen aktiiviseksi kohteeksi. +All drawing methods behave same way. Pressing the mouse button defines starting point. Moving mouse while pressing the button changes end point and draws item in real time. Releasing the button creates new item to the symbol and makes it active item. -Kohteen alku- ja loppupisteen on oltava eri paikoissa eli hiiren painikkeen vapauttaminen alkupisteessä ei luo uutta kohdetta. +Item start and end points must be different. Releasing the mouse button at start point does not create new item. .. |select image| image:: ../../image/cursor_icon&48.png :scale: 50 % @@ -16,7 +16,7 @@ Kohteen alku- ja loppupisteen on oltava eri paikoissa eli hiiren painikkeen vapa |select image| Select ^^^^^^^^^^^^^^^^^^^^^ -Valitsee hiirellä osoitetun kohteen aktiiviseksi. Alueet valitaan osoittamalla reunaviivaa ja tekstit osoittamalla kiinnityspistettä. +Activates nearest pointed item. Areas are selected by pointing the perimeter and texts are selected by pointing the anchor point. .. |line image| image:: ../../image/polyline.png :scale: 50 % @@ -89,39 +89,44 @@ Draws text to given position. Settings -------- -xxx +Upper line settings affect only symbol editor. Lower line settings are stored with symbol. -Snap -^^^^ - -xxx - -Fill -^^^^ - -xxx +Grid Snap +^^^^^^^^^ -1. No fill -2. Backgroud -3. Area fill +Grid snap in editing. Line width ^^^^^^^^^^ -Line width in editing. Does not save with symbol. +Line width in editing. Text size ^^^^^^^^^ -Text size in editing. Does not save with symbol. +Text size in editing. -Alignment +Color index +^^^^^^^^^^^ + +3D-Win code file color index. + +Item Fill ^^^^^^^^^ +Item fill mode. + +1. No fill +2. Backgroud +3. Area fill + +Text Alignment +^^^^^^^^^^^^^^ + Text alignment value 1-12. Text ^^^^ -xxx +Symbol text. diff --git a/help/eng/usage.rst b/help/eng/usage.rst index 8a64bc1..c2322db 100644 --- a/help/eng/usage.rst +++ b/help/eng/usage.rst @@ -38,7 +38,7 @@ See :doc:`menu`. Toolbar ^^^^^^^ -Toolbar upper line contains buttons for menu functions. Second line contains drawing setting items. +Toolbar upper line contains buttons for menu functions. Other lines contain drawing setting items. See :doc:`tools`. |
