Notifications
Clear all

Export Coords and lengths of polyline

10 Posts
7 Users
0 Reactions
1 Views
(@therock003)
Posts: 189
Registered
Topic starter
 

Whats the quickest and easiest ways to select a polyline and get coordinate of each vertex and lengths? Even if its done via Carsosn, Dotsoft or any other 3rd party, i'm looking to get a file that gives me 3 columns. First is X then Y ant then Legth of side.

 
Posted : 24/01/2019 12:51 am
(@blitzkriegbob)
Posts: 406
Registered
 

I would try using the Dataextraction command.?ÿ This doesn't provide the information you desire for polylines, but it does work for line and arc segments.?ÿ If you're dealing with a polyline with many segments, what I might suggest is create a temporary layer, copy your polyline to that layer, explode the new polyline, then do a selection by layer in order to quickly select these new exploded segments.

The Dataextraction wizard is pretty self explanatory, it allows you to select particular objects rather than the entire drawing, and it allows you to output the information to various file formats including .xls, .csv, and .txt.

 
Posted : 24/01/2019 4:32 am
(@spledeus)
Posts: 2772
Registered
 

You beat me to it.

I use Dataextraction to make point clouds to add to point clouds for visualization.?ÿ For a roof, offset 3d polylines, divide, explode, data extract only the coordinates to CSV, mess with the file, import into cloud software, overlay an image of a roof and colorize.?ÿ Or take a proposed surface, grid it, draw the grid, explode, data extraction coordinates to CSV, into the cloud software and toggle between the surfaces in a video output.?ÿ

 
Posted : 24/01/2019 5:18 am
(@leegreen)
Posts: 2195
Customer
 

With InRoads, this is a simple alignment report. Takes about 10 seconds to create.

See attached PDF for example.

 
Posted : 24/01/2019 5:57 am
(@mark-mayer)
Posts: 3363
Registered
 
Posted by: leegreen

With InRoads, this is a simple alignment report. Takes about 10 seconds to create.

C3d, LDD, Carlson all have alignment tools and associated reports.?ÿ

 
Posted : 24/01/2019 6:15 am
(@therock003)
Posts: 189
Registered
Topic starter
 

Ok so basically you're saying i should try my luck with some kind of alignment report. I dont work with bentley products ill see what can be done from autocad environment.?ÿ

 
Posted : 24/01/2019 6:17 am
(@randy-rain)
Posts: 462
 

Try this.

I've had great success with Lee Mac's routines this one looks like what you are looking for. Make sure you poke around his site and see what else might be of use it's worth the effort.

?ÿ

RRain

 
Posted : 24/01/2019 6:48 am
(@therock003)
Posts: 189
Registered
Topic starter
 
Posted by: Randy Rain

Try this.

I've had great success with Lee Mac's routines this one looks like what you are looking for. Make sure you poke around his site and see what else might be of use it's worth the effort.

?ÿ

RRain

Ok this is the closest thing to what i want. Dont know lisp programming but if this could be tweaked in a couple of ways. Like setting number of decimals, the columns you want (dont want the end coordinates), display text instead of numbers (A,B,C instead of 1,2,3) this would be a one click solution. Hit polyinfo, select polyline, select where to place text inside autocad, get paid, go out have fun

 
Posted : 24/01/2019 7:56 am
(@randy-rain)
Posts: 462
 

NOTICE THAT IT WILL ALSO OUTPUT A CSV FILE THAT YOU COULD THEN OPEN IN EXCEL AND MANIPULATE TO YOUR HEARTS CONTENT... 🙂

?ÿ

 
Posted : 24/01/2019 9:24 am
(@cameron-watson-pls)
Posts: 589
Registered
 

If you're using C3D turn your poly into an alignment then label it then create a table on the labels.?ÿ This is listing the start N & E of each segment so you would be missing the coordinate of the end point but that would be pretty easy to fix.

Alignment Table
 
Posted : 24/01/2019 9:31 am