Creating a three-point circle from survey points - Linework Code Sets

Creating a three-point circle from survey points - Linework Code Sets

ppereira7H9TH
Participant Participant
2,234 Views
7 Replies
Message 1 of 8

Creating a three-point circle from survey points - Linework Code Sets

ppereira7H9TH
Participant
Participant

I'm fairly new to civil 3d, and I'm trying to figure it out what codes I should use in my survey data to create a three-point circle. Whenever I try using the circle code, I get an error message saying that Circle command failed , and no linework is created. If I use only the curve codes, I end up with a semi-circle closed, or not, with a straight line.

Here's the codes I've tried:

CIR / CIR / CIR 

BCV CIR / CIR / ECV CIR

BEG CIR / CIR / END CIR

BCV / OC / ECV CLS

 

Do I always have to input the diameter of the circle in the code line?

 

Thanks!

0 Likes
Accepted solutions (1)
2,235 Views
7 Replies
Replies (7)
Message 2 of 8

ToddRogers-WPM
Mentor
Mentor

This should help...

https://knowledge.autodesk.com/support/civil-3d/learn-explore/caas/CloudHelp/cloudhelp/2019/ENU/Civi...

Todd Rogers
Civil Administration at Walter P Moore
0 Likes
Message 3 of 8

ppereira7H9TH
Participant
Participant

Hi Todd, 

 

Thank you for the reply. But in this link it only says what I knew already "...The two and three-point circles behave like begin commands to create a new figure and end an active feature with the same name.... ...Method 3 uses three points to define a circular figure. The elevation of all three points is used and continues the closure with an arc instead of a line." What I can interpret here is that it'd work if I used the code CIR for my three points, but when I do that I get a failed message.

0 Likes
Message 4 of 8

tcorey
Mentor
Mentor

I wish the FieldBook guide would show an example of "Method 3."

 

 



Tim Corey
MicroCAD Training and Consulting, Inc.
Redding, CA
Autodesk Gold Reseller

New knowledge is the most valuable commodity on earth. -- Kurt Vonnegut
0 Likes
Message 5 of 8

rl_jackson
Mentor
Mentor

To create a circle from three points:

 

You take a shot, for example I have a figure code for WW which stands for Wet Well (Pump Station), and use automatic line work so I don't need the B or BEG

 

Desc first shot: WW1

Desc second shot: WW1

Desc third shot: WW1 CIR


Rick Jackson
Survey CAD Technician VI

Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

Message 6 of 8

ppereira7H9TH
Participant
Participant

Hi @rl_jackson ,

 

Thank you for your reply. I tried using the CIR code only in the last survey point like you suggested, and it only works for certain points, but not all. I thought that maybe it could be the figure prefix configuration or something, but using two different manholes, one works (first picture, MH works, CON doesn't), and the second one doesn't work (second picture of MH points). Do you have any idea why that would happen? I just receive a Circle Command Failed notice but nothing to further let me know why it failed.

 

ppereira7H9TH_0-1610484304287.png

ppereira7H9TH_2-1610484531737.png

 

Thanks!

 

 

0 Likes
Message 7 of 8

rl_jackson
Mentor
Mentor
Accepted solution

I'm thinking that if you have those two manholes in the same drawing you'll need to have the numeric, i.e. MH1 MH2 MH3 etc...... Then it should work, I would think the same would be true with the CON as well. Personally I always have the field start coding with WW1 WW2 etc.... when there doing location. Otherwise usually a failure means it could not solve a solution for the circle.


Rick Jackson
Survey CAD Technician VI

Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

Message 8 of 8

ppereira7H9TH
Participant
Participant

Hey @rl_jackson, I made it work. What you said about numbering all the points was very helpful, but one thing that I noticed is that I had to include CIR in my first point of each circle, and not the third.

 

I appreciate your help here!