LibreCAD
›
LibreCAD-user
Search
everywhere
only in this topic
Advanced Search
Create line by giving angle and length
‹
Previous Topic
Next Topic
›
Classic
List
Threaded
♦
♦
Locked
4 messages
Avneet
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Create line by giving angle and length
When we draw line through angle and length how it converts to x2,y2 point
Avneet Kaur
Blog : www.avneetkhasla.wordpress.com
Siprex3D
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Create line by giving angle and length
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
hsrai
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Create line by giving angle and length
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
Avneet Kaur
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Create line by giving angle and length
Thanks Sir.
My question was that you answered.
Free forum by Nabble
Edit this page