Create line by giving angle and length

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

Create line by giving angle and length

Avneet
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
|

Re: Create line by giving angle and length

Siprex3D
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
|

Re: Create line by giving angle and length

hsrai
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
|

Re: Create line by giving angle and length

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