Create Line and Arc using COGO method

Create Line and Arc using COGO method

MehtaRajesh
Advocate Advocate
1,099 Views
6 Replies
Message 1 of 7

Create Line and Arc using COGO method

MehtaRajesh
Advocate
Advocate

Hi

Please help me by providing a code to create Line and Arc using COGO method to be used in AutoCAD

I had written the function but it is not giving the required result in all conditions.

 

Thanks in advance for your quick support

 

Regards,
Rajesh

 

0 Likes
Accepted solutions (1)
1,100 Views
6 Replies
Replies (6)
Message 2 of 7

Ranjit_Singh
Advisor
Advisor

Elaborate a little more. COGO stands for Coordinate Geometry points. It's not a method. Points can be used in many ways to draw entities. How do you want to draw line and arc, any relationship between the two? What function do you have so far? Post it so we can understand the goals. 

Message 3 of 7

MehtaRajesh
Advocate
Advocate

Hi Ranjit,

I need to draw Line, dimensions (BEARING: N20 degree 46'13"E,   LENGTH 18.85')

Arc dimensions (DELTA: 16 degree 43'26", RADIUS: 486.83', ARC: 142.10', CHORD BEARING: S48 degree 51'28" E, CHORD: 141.50')

Regards,

Rajesh

0 Likes
Message 4 of 7

john.uhden
Mentor
Mentor

Are you aware that Civil 3D has commands to do what you want?

John F. Uhden

0 Likes
Message 5 of 7

MehtaRajesh
Advocate
Advocate

Hi John,

Thanks,

I am aware of all COGO feature of Civil 3D,
But I need to develop program for plain AutoCAD.

Regards,

Rajesh

0 Likes
Message 6 of 7

john.uhden
Mentor
Mentor

How about if you post what you have so far?

John F. Uhden

0 Likes
Message 7 of 7

Kent1Cooper
Consultant
Consultant
Accepted solution

My PROPERTY.lsp routine, available here, may do what you want, or at least much of it.  Try the commands with D in the middle [to Draw, rather than to Label already-drawn, Lines or Arcs].

Kent Cooper, AIA
0 Likes