Login  Register

Create line by giving angle and length

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

Create line by giving angle and length

Avneet
3 posts
When we draw line through angle and length how it converts to x2,y2 point
Avneet Kaur
Blog : www.avneetkhasla.wordpress.com
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Create line by giving angle and length

Siprex3D
15 posts
Hello
1) activate line of command (by a click in the thin window shown by blue arrow)
2)  type the command "point" in order to insert a point. (blue arrow location)
3) "@" for relative coordinate "<" for angle


Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Create line by giving angle and length

hsrai
96 posts
In reply to this post by Avneet
Avneet wrote
When we draw line through angle and length how it converts to x2,y2 point
It should be done by LibreCAD, using following formula:

x2 = x1 + radius * Cos(angle)
y2 = y1 + radius * Sin(angle)

--
H.S.Rai
--
H.S.Rai
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Create line by giving angle and length

Avneet Kaur
2 posts
Thanks Sir.
My question was that you answered.