PDA

View Full Version : Importing Breakline Data.



Chanell DP
12th Sep 2008, 01:10 pm
Could you PLEASE HELP ME!!!

Ineed to import breakline data into a Civil 3D drawing in order to create a Surface.
I have attached the file with the data, how do I do this?

Your help will be greatly appreciated!!

Kind Regards

Prime
12th Sep 2008, 05:02 pm
Option A, use your data in that text file and import as points,
then use the Feature Line command to Draw Lines by point number using the Transparent command 'PN. Then one can select that feature line Rt-Click and Add it to the surface as a Break Line.

Or

Option B, convert this file into a script to write the feature line for you using the DRAWFEATURELINE command and then use your data to fill in the prompts.

Or

Option C, convert your file into a(n) FBK using the survey link, and then import that 'figure' and then add that figure as a breakline to your surface model

And lastly, send an email to autodesk, and tell them how much you need that function back in the surfaces tools where it belongs.

BIGAL
17th Sep 2008, 04:19 am
what about this use search and replace (convert spaces to ,) to arrange took me about 3mins just save as a script then use lines for breaklines normal way.

line
-92066.792,2901483.465,1636.205
-92067.248,2901460.540,1636.186
-92079.610,2901422.495,1638.060
-92088.301,2901404.150,1632.422
-92092.620,2901386.956,1631.778
-92099.916,2901365.904,1630.428
-92106.027,2901346.944,1630.141
-92112.514,2901328.001,1629.747
-92119.077,2901309.039,1629.024

Prime
17th Sep 2008, 04:58 am
...a script by any other name would be just as Scripted.


I think I would choose to create the feature lines directly as stated and save a click or two along the way.