Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
b106f67f
Commit
b106f67f
authored
Oct 16, 2008
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
87a99fd8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
26 deletions
+26
-26
src/doc/man/en_us/man_geref.dat
src/doc/man/en_us/man_geref.dat
+15
-15
src/doc/man/sv_se/man_geref.dat
src/doc/man/sv_se/man_geref.dat
+11
-11
No files found.
src/doc/man/en_us/man_geref.dat
View file @
b106f67f
...
...
@@ -222,7 +222,7 @@ with MB3.
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
object editor for the circle (by doubleclicking MB1 on it). Here you find the attributes
ang
el1 and angel2, where angel1 is the starting angel for the segment and angel
2 the size of
ang
le1 and angle2, where angle1 is the starting angle for the segment and angle
2 the size of
the segment.
<image> geref_fig3.gif
...
...
@@ -1222,7 +1222,7 @@ Ellipse
<image> geref_fig8.png
An ellipse is created by selecting circle in the tool panel and drag with MB1 in the working
area. With ang
el1 and angel
2 a segment of the circle is drawn. If you first activate
area. With ang
le1 and angle
2 a segment of the circle is drawn. If you first activate
Functions/ScaleEqual a circle is drawn.
<h2>Properties
...
...
@@ -1235,8 +1235,8 @@ Functions/ScaleEqual a circle is drawn.
<h2>Attributes
<b>Attribute <t>Description
Ang
el1 <t>Angel
from the x-axis in degrees to the start of the segment.
Ang
el2 <t>Angel
in degrees that states the size of the segment.
Ang
le1 <t>Angle
from the x-axis in degrees to the start of the segment.
Ang
le2 <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).
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.
...
...
@@ -2808,7 +2808,7 @@ Objects are selected in the following ways
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
already is selected it is removed from the select list.
- Drag with MB1. A rectangle is drawn and objects positioned totally inside the rectang
el
- Drag with MB1. A rectangle is drawn and objects positioned totally inside the rectang
le
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.
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.
<h1>Rotate
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
totate with another ang
el
, this is done from 'Edit/Rotate' in the menu. Here you can enter an
arbitrary ang
el
. Note that only lines, polylines and circles can handle arbitrary rotations.
totate with another ang
le
, this is done from 'Edit/Rotate' in the menu. Here you can enter an
arbitrary ang
le
. 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
lines and polylines.
...
...
@@ -3359,7 +3359,7 @@ An example of a half circle
<c>set nofill
<c>set linewidth 2
<c>set bordercolor 0
<c>create arc /x1=1 /y1=1 /x2=3 /y2=2 /ang
el1=0 /angel
2 =180
<c>create arc /x1=1 /y1=1 /x2=3 /y2=2 /ang
le1=0 /angle
2 =180
<h2>Line
Line example
...
...
@@ -3561,7 +3561,7 @@ Create a rectangle.
<b>Syntax
<c>ge> create rectang
el
/x1= /y1= /width= /height=
<c>ge> create rectang
le
/x1= /y1= /width= /height=
/x1 <t>x-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.
<b>Syntax
<c>ge> create arc /x1= /y1= /x2= /y2= /ang
el1= /angel
2=
<c>ge> create arc /x1= /y1= /x2= /y2= /ang
le1= /angle
2=
/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.
/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.
/ang
el1 <t>Angel
that states the start of a circle segment in degrees.
/ang
le1 <t>Angle
that states the start of a circle segment in degrees.
<t>Default value 0.
/ang
el2 <t>Angel
that states the size of a circle segment in degrees.
/ang
le2 <t>Angle
that states the size of a circle segment in degrees.
<t>Default value 360 degrees.
</topic>
...
...
@@ -4076,9 +4076,9 @@ Rotates the current object around the center of the object.
<b>Syntax
<c>ge> rotate currentobject /ang
el
=
<c>ge> rotate currentobject /ang
le
=
/ang
el <t>Angel
in degrees that the object is rotated.
/ang
le <t>Angle
in degrees that the object is rotated.
</topic>
<topic>gecmd_scale
...
...
@@ -4344,7 +4344,7 @@ Example
<c> ! Draw a half circle
<c> set nofill
<c> set linewidth 2
<c> create arc /x1=1/y1=1/x2=3/y2=2/ang
el1=0 /angel
2=180
<c> create arc /x1=1/y1=1/x2=3/y2=2/ang
le1=0 /angle
2=180
<c> ! Draw a polyline
<c> set nofill
...
...
src/doc/man/sv_se/man_geref.dat
View file @
b106f67f
...
...
@@ -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.
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
ang
el1 och angel2, där Angel1 anger start-vinkeln för segmentet och angel
2 storleken på
ang
le1 och angle2, där angle1 anger start-vinkeln för segmentet och angle
2 storleken på
segmentet.
<image> geref_fig3.gif
...
...
@@ -1221,7 +1221,7 @@ Ellips
<image> geref_fig8.png
En ellips skapas genom att välja ellips i verktygs-panelen och dra med MB1 i arbetsarean.
Mha ang
el1 och angel
2 kan segment eller pajbitar av ellipsen ritas. Om man först aktiverar
Mha ang
le1 och angle
2 kan segment eller pajbitar av ellipsen ritas. Om man först aktiverar
Functions/ScaleEqual ritas en cirkel.
<h2>Egenskaper
...
...
@@ -1234,8 +1234,8 @@ Functions/ScaleEqual ritas en cirkel.
<h2>Attribut
<b>Attribut <t>Beskrivning
Ang
el
1 <t>Vinkel från x-axeln i grader till början av segmentet.
Ang
el
2 <t>Vilkel i grader som anger storleken på segmentet.
Ang
le
1 <t>Vinkel från x-axeln i grader till början av segmentet.
Ang
le
2 <t>Vilkel i grader som anger storleken på segmentet.
ShadowWidth <t>Bredden av 3D-skuggan i % av längd eller bredd (den minsta).
ShadowContrast <t>Kontrast på 3D-skuggan.
Relief <t>Up ger skugga på undersidan och Down ger skugga på ovansidan
...
...
@@ -3342,7 +3342,7 @@ Exempel p
<c>set nofill
<c>set linewidth 2
<c>set bordercolor 0
<c>create arc /x1=1 /y1=1 /x2=3 /y2=2 /ang
el1=0 /angel
2 =180
<c>create arc /x1=1 /y1=1 /x2=3 /y2=2 /ang
le1=0 /angle
2 =180
<h2>Linje
Exempel på en linje
...
...
@@ -3559,15 +3559,15 @@ Skapa en cikel eller oval, eller ett segment av en cirkel eller oval.
<b>Syntax
<c>ge> create arc /x1= /y1= /x2= /y2= /ang
el1= /angel
2=
<c>ge> create arc /x1= /y1= /x2= /y2= /ang
le1= /angle
2=
/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.
/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.
/ang
el
1 <t>Vinkel som beskriver var ett cirkel-segment startar. Anges i grader.
/ang
le
1 <t>Vinkel som beskriver var ett cirkel-segment startar. Anges i grader.
<t>Default-värde 0.
/ang
el
2 <t>Vinkel i grader som anger storleken på ett cirkel-segment. Default-värde
/ang
le
2 <t>Vinkel i grader som anger storleken på ett cirkel-segment. Default-värde
<t>360 grader.
</topic>
...
...
@@ -4057,9 +4057,9 @@ Roterar senast skapade objekt runt objektets mittpunkt.
<b>Syntax
<c>ge> rotate currentobject /ang
el
=
<c>ge> rotate currentobject /ang
le
=
/ang
el
<t>Vinkel i grader som objektet ska roteras.
/ang
le
<t>Vinkel i grader som objektet ska roteras.
</topic>
<topic>gecmd_scale
...
...
@@ -4326,7 +4326,7 @@ Exempel
<c> ! Rita en halvcirkel
<c> set nofill
<c> set linewidth 2
<c> create arc /x1=1/y1=1/x2=3/y2=2/ang
el1=0 /angel
2=180
<c> create arc /x1=1/y1=1/x2=3/y2=2/ang
le1=0 /angle
2=180
<c> ! Rita en polyline
<c> set nofill
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment