Login  Register

draw vertical line downwards

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

draw vertical line downwards

skanon
10 posts
Hi,
Having trouble drawing a vertical line in downward direction.
Tried @x,180 and @x, -180.
I give up.
Help please
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: draw vertical line downwards

perepujal
141 posts
line->two points, select first point, then
@lenght<angle , like @90<270
HTH
Pere
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: draw vertical line downwards

dellus
1723 posts
In reply to this post by skanon
@0,-180
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: draw vertical line downwards

skanon
10 posts
In reply to this post by skanon
Problem solved.
Simply use '-' to go down without using @.
Arrgh!
Sorry for the bother.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: draw vertical line downwards

skanon
10 posts
In reply to this post by perepujal
Thank you. Will copy your response into my learning list.