Commit b106f67f authored by claes's avatar claes

*** empty log message ***

parent 87a99fd8
...@@ -222,7 +222,7 @@ with MB3. ...@@ -222,7 +222,7 @@ with MB3.
A circle is drawn by selecting circle in the tool panel and dragging with MB1 in the working A circle is drawn by selecting circle in the tool panel and dragging with MB1 in the working
area. If you wan to draw a segment of a circle, you first draw a circle, and then open the area. If you wan to draw a segment of a circle, you first draw a circle, and then open the
object editor for the circle (by doubleclicking MB1 on it). Here you find the attributes object editor for the circle (by doubleclicking MB1 on it). Here you find the attributes
angel1 and angel2, where angel1 is the starting angel for the segment and angel2 the size of angle1 and angle2, where angle1 is the starting angle for the segment and angle2 the size of
the segment. the segment.
<image> geref_fig3.gif <image> geref_fig3.gif
...@@ -1222,7 +1222,7 @@ Ellipse ...@@ -1222,7 +1222,7 @@ Ellipse
<image> geref_fig8.png <image> geref_fig8.png
An ellipse is created by selecting circle in the tool panel and drag with MB1 in the working An ellipse is created by selecting circle in the tool panel and drag with MB1 in the working
area. With angel1 and angel2 a segment of the circle is drawn. If you first activate area. With angle1 and angle2 a segment of the circle is drawn. If you first activate
Functions/ScaleEqual a circle is drawn. Functions/ScaleEqual a circle is drawn.
<h2>Properties <h2>Properties
...@@ -1235,8 +1235,8 @@ Functions/ScaleEqual a circle is drawn. ...@@ -1235,8 +1235,8 @@ Functions/ScaleEqual a circle is drawn.
<h2>Attributes <h2>Attributes
<b>Attribute <t>Description <b>Attribute <t>Description
Angel1 <t>Angel from the x-axis in degrees to the start of the segment. Angle1 <t>Angle from the x-axis in degrees to the start of the segment.
Angel2 <t>Angel in degrees that states the size of the segment. Angle2 <t>Angle in degrees that states the size of the segment.
ShadowWidth <t>The with of the 3D-shadow in % of width or length (the smallest). ShadowWidth <t>The with of the 3D-shadow in % of width or length (the smallest).
ShadowContrast <t>Contrast of the 3D-shadow. ShadowContrast <t>Contrast of the 3D-shadow.
Relief <t>Up gives a shadow on the lower side, and Down gives a shadow on the upper side. Relief <t>Up gives a shadow on the lower side, and Down gives a shadow on the upper side.
...@@ -2808,7 +2808,7 @@ Objects are selected in the following ways ...@@ -2808,7 +2808,7 @@ Objects are selected in the following ways
If the object already is selected, the select list is cleared. If the object already is selected, the select list is cleared.
- Click on the object with Shift MB1. The object is added to the select list. I the object - Click on the object with Shift MB1. The object is added to the select list. I the object
already is selected it is removed from the select list. already is selected it is removed from the select list.
- Drag with MB1. A rectangle is drawn and objects positioned totally inside the rectangel - Drag with MB1. A rectangle is drawn and objects positioned totally inside the rectangle
becomes selected. Previously selected objects are remove from the select list. Note that as becomes selected. Previously selected objects are remove from the select list. Note that as
you also move objects with drag MB1, you should not hit any object when starting to drag. you also move objects with drag MB1, you should not hit any object when starting to drag.
If there is an object covering the background, you can use Shift MB1 instead (se below). If there is an object covering the background, you can use Shift MB1 instead (se below).
...@@ -2845,8 +2845,8 @@ in x and y direction. ...@@ -2845,8 +2845,8 @@ in x and y direction.
<h1>Rotate <h1>Rotate
Selected objects are rotated 90 degrees clockwise when the rotate function in the tool panel Selected objects are rotated 90 degrees clockwise when the rotate function in the tool panel
is activated. The 90 degrees rotation works för all objects except texts. If you want to is activated. The 90 degrees rotation works för all objects except texts. If you want to
totate with another angel, this is done from 'Edit/Rotate' in the menu. Here you can enter an totate with another angle, this is done from 'Edit/Rotate' in the menu. Here you can enter an
arbitrary angel. Note that only lines, polylines and circles can handle arbitrary rotations. arbitrary angle. Note that only lines, polylines and circles can handle arbitrary rotations.
If you want subgraphs to be able to handle arbitrary rotation, you have to build them with If you want subgraphs to be able to handle arbitrary rotation, you have to build them with
lines and polylines. lines and polylines.
...@@ -3359,7 +3359,7 @@ An example of a half circle ...@@ -3359,7 +3359,7 @@ An example of a half circle
<c>set nofill <c>set nofill
<c>set linewidth 2 <c>set linewidth 2
<c>set bordercolor 0 <c>set bordercolor 0
<c>create arc /x1=1 /y1=1 /x2=3 /y2=2 /angel1=0 /angel2 =180 <c>create arc /x1=1 /y1=1 /x2=3 /y2=2 /angle1=0 /angle2 =180
<h2>Line <h2>Line
Line example Line example
...@@ -3561,7 +3561,7 @@ Create a rectangle. ...@@ -3561,7 +3561,7 @@ Create a rectangle.
<b>Syntax <b>Syntax
<c>ge> create rectangel /x1= /y1= /width= /height= <c>ge> create rectangle /x1= /y1= /width= /height=
/x1 <t>x-coordinate of upper left corner /x1 <t>x-coordinate of upper left corner
/y1 <t>y-coordinate of upper left corner /y1 <t>y-coordinate of upper left corner
...@@ -3576,15 +3576,15 @@ Create a circle or an ellipse, or a segment of a circle or ellipse. ...@@ -3576,15 +3576,15 @@ Create a circle or an ellipse, or a segment of a circle or ellipse.
<b>Syntax <b>Syntax
<c>ge> create arc /x1= /y1= /x2= /y2= /angel1= /angel2= <c>ge> create arc /x1= /y1= /x2= /y2= /angle1= /angle2=
/x1 <t>x-coordinate of upper left corner of a rectangle the surrounds the ellipse. /x1 <t>x-coordinate of upper left corner of a rectangle the surrounds the ellipse.
/y1 <t>y-coordinate of upper left corner of a rectangle the surrounds the ellipse. /y1 <t>y-coordinate of upper left corner of a rectangle the surrounds the ellipse.
/x2 <t>x-coordinate of lower right corner of a rectangle the surrounds the ellipse. /x2 <t>x-coordinate of lower right corner of a rectangle the surrounds the ellipse.
/y2 <t>y-coordinate of lower right corner of a rectangle the surrounds the ellipse. /y2 <t>y-coordinate of lower right corner of a rectangle the surrounds the ellipse.
/angel1 <t>Angel that states the start of a circle segment in degrees. /angle1 <t>Angle that states the start of a circle segment in degrees.
<t>Default value 0. <t>Default value 0.
/angel2 <t>Angel that states the size of a circle segment in degrees. /angle2 <t>Angle that states the size of a circle segment in degrees.
<t>Default value 360 degrees. <t>Default value 360 degrees.
</topic> </topic>
...@@ -4076,9 +4076,9 @@ Rotates the current object around the center of the object. ...@@ -4076,9 +4076,9 @@ Rotates the current object around the center of the object.
<b>Syntax <b>Syntax
<c>ge> rotate currentobject /angel= <c>ge> rotate currentobject /angle=
/angel <t>Angel in degrees that the object is rotated. /angle <t>Angle in degrees that the object is rotated.
</topic> </topic>
<topic>gecmd_scale <topic>gecmd_scale
...@@ -4344,7 +4344,7 @@ Example ...@@ -4344,7 +4344,7 @@ Example
<c> ! Draw a half circle <c> ! Draw a half circle
<c> set nofill <c> set nofill
<c> set linewidth 2 <c> set linewidth 2
<c> create arc /x1=1/y1=1/x2=3/y2=2/angel1=0 /angel2=180 <c> create arc /x1=1/y1=1/x2=3/y2=2/angle1=0 /angle2=180
<c> ! Draw a polyline <c> ! Draw a polyline
<c> set nofill <c> set nofill
......
...@@ -229,7 +229,7 @@ avslutar man med MB3. ...@@ -229,7 +229,7 @@ avslutar man med MB3.
En cirkel ritar man genom att välja cirkel i verktygspanelen och dra med MB1 i arbetsarean. En cirkel ritar man genom att välja cirkel i verktygspanelen och dra med MB1 i arbetsarean.
Om man vill rita ett cirkel-segment ritar man först en cirkel, och öppnar därefter Om man vill rita ett cirkel-segment ritar man först en cirkel, och öppnar därefter
objekt-editorn för cirkeln (genom att dubbelklicka med MB1 på den). Här finns attributen objekt-editorn för cirkeln (genom att dubbelklicka med MB1 på den). Här finns attributen
angel1 och angel2, där Angel1 anger start-vinkeln för segmentet och angel2 storleken på angle1 och angle2, där angle1 anger start-vinkeln för segmentet och angle2 storleken på
segmentet. segmentet.
<image> geref_fig3.gif <image> geref_fig3.gif
...@@ -1221,7 +1221,7 @@ Ellips ...@@ -1221,7 +1221,7 @@ Ellips
<image> geref_fig8.png <image> geref_fig8.png
En ellips skapas genom att välja ellips i verktygs-panelen och dra med MB1 i arbetsarean. En ellips skapas genom att välja ellips i verktygs-panelen och dra med MB1 i arbetsarean.
Mha angel1 och angel2 kan segment eller pajbitar av ellipsen ritas. Om man först aktiverar Mha angle1 och angle2 kan segment eller pajbitar av ellipsen ritas. Om man först aktiverar
Functions/ScaleEqual ritas en cirkel. Functions/ScaleEqual ritas en cirkel.
<h2>Egenskaper <h2>Egenskaper
...@@ -1234,8 +1234,8 @@ Functions/ScaleEqual ritas en cirkel. ...@@ -1234,8 +1234,8 @@ Functions/ScaleEqual ritas en cirkel.
<h2>Attribut <h2>Attribut
<b>Attribut <t>Beskrivning <b>Attribut <t>Beskrivning
Angel1 <t>Vinkel från x-axeln i grader till början av segmentet. Angle1 <t>Vinkel från x-axeln i grader till början av segmentet.
Angel2 <t>Vilkel i grader som anger storleken på segmentet. Angle2 <t>Vilkel i grader som anger storleken på segmentet.
ShadowWidth <t>Bredden av 3D-skuggan i % av längd eller bredd (den minsta). ShadowWidth <t>Bredden av 3D-skuggan i % av längd eller bredd (den minsta).
ShadowContrast <t>Kontrast på 3D-skuggan. ShadowContrast <t>Kontrast på 3D-skuggan.
Relief <t>Up ger skugga på undersidan och Down ger skugga på ovansidan Relief <t>Up ger skugga på undersidan och Down ger skugga på ovansidan
...@@ -3342,7 +3342,7 @@ Exempel p ...@@ -3342,7 +3342,7 @@ Exempel p
<c>set nofill <c>set nofill
<c>set linewidth 2 <c>set linewidth 2
<c>set bordercolor 0 <c>set bordercolor 0
<c>create arc /x1=1 /y1=1 /x2=3 /y2=2 /angel1=0 /angel2 =180 <c>create arc /x1=1 /y1=1 /x2=3 /y2=2 /angle1=0 /angle2 =180
<h2>Linje <h2>Linje
Exempel på en linje Exempel på en linje
...@@ -3559,15 +3559,15 @@ Skapa en cikel eller oval, eller ett segment av en cirkel eller oval. ...@@ -3559,15 +3559,15 @@ Skapa en cikel eller oval, eller ett segment av en cirkel eller oval.
<b>Syntax <b>Syntax
<c>ge> create arc /x1= /y1= /x2= /y2= /angel1= /angel2= <c>ge> create arc /x1= /y1= /x2= /y2= /angle1= /angle2=
/x1 <t>x-koordinat för övre vänstra hörnet för den rektangel som omsluter ovalen. /x1 <t>x-koordinat för övre vänstra hörnet för den rektangel som omsluter ovalen.
/y1 <t>y-koordinat för övre vänstra hörnet för den rektangel som omsluter ovalen. /y1 <t>y-koordinat för övre vänstra hörnet för den rektangel som omsluter ovalen.
/x2 <t>x-koordinat för nedre högra hörnet för det rektangel som omsluter ovalen. /x2 <t>x-koordinat för nedre högra hörnet för det rektangel som omsluter ovalen.
/y2 <t>y-koordinat för nedre högra hörnet för den rektangel som omsluter ovalen. /y2 <t>y-koordinat för nedre högra hörnet för den rektangel som omsluter ovalen.
/angel1 <t>Vinkel som beskriver var ett cirkel-segment startar. Anges i grader. /angle1 <t>Vinkel som beskriver var ett cirkel-segment startar. Anges i grader.
<t>Default-värde 0. <t>Default-värde 0.
/angel2 <t>Vinkel i grader som anger storleken på ett cirkel-segment. Default-värde /angle2 <t>Vinkel i grader som anger storleken på ett cirkel-segment. Default-värde
<t>360 grader. <t>360 grader.
</topic> </topic>
...@@ -4057,9 +4057,9 @@ Roterar senast skapade objekt runt objektets mittpunkt. ...@@ -4057,9 +4057,9 @@ Roterar senast skapade objekt runt objektets mittpunkt.
<b>Syntax <b>Syntax
<c>ge> rotate currentobject /angel= <c>ge> rotate currentobject /angle=
/angel <t>Vinkel i grader som objektet ska roteras. /angle <t>Vinkel i grader som objektet ska roteras.
</topic> </topic>
<topic>gecmd_scale <topic>gecmd_scale
...@@ -4326,7 +4326,7 @@ Exempel ...@@ -4326,7 +4326,7 @@ Exempel
<c> ! Rita en halvcirkel <c> ! Rita en halvcirkel
<c> set nofill <c> set nofill
<c> set linewidth 2 <c> set linewidth 2
<c> create arc /x1=1/y1=1/x2=3/y2=2/angel1=0 /angel2=180 <c> create arc /x1=1/y1=1/x2=3/y2=2/angle1=0 /angle2=180
<c> ! Rita en polyline <c> ! Rita en polyline
<c> set nofill <c> set nofill
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment