AutoCAD Civil 3D :: How To Extract XYZ Info From Lines On Surface

Aug 14, 2013

I have some topo drawings (contours with Z elevations) and am trying to create lines representing where we did our field work. I then want to extract X, Y & Z coordinates of points along those lines (either where they cross the contour lines or at regular intervals along the lines that I create). I can create surface(s) of the topo that I have, but my questions are what kind of lines would be the best to use to represent our lines of field work (3D poly lines, feature lines, or alignments) and once I get those laid in, how do I extract the XYZ info into a text format of some kind (excel, csv, etc.)?

View 3 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: Extract All Surface Boundaries?

Jun 10, 2011

Found this code at //blog.civil3dreminders.com/2011/0 ... aries. html to extract all surface boundaries - something I do a lot. How can I take this code and use it in C3D 2012

Extract All Surface Boundaries

Ever want to extract a bunch of surface boundaries? I have, but I don't really want to select each and every surface. Here is some code for VBA that will automate the process.

Sub ExtractBoundaries()
Dim oAcadObject As AcadObject
For Each oAcadObject In ThisDrawing.ModelSpace
If (TypeOf oAcadObject Is AeccTinSurface) Then
Dim oSurf As AeccTinSurface
Set oSurf = oAcadObject
oSurf.ExtractBorder aeccDisplayOrientationPlan
End If
Next
End Sub

IDSP Premium 2014 (mainly Civil 3D 2014 UKIE SP1 & Infraworks with some limited 3ds Max Design)
Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD
16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz
NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600

View 9 Replies View Related

AutoCAD Civil 3D :: Code To Extract All Surface Boundaries

Jun 18, 2013

I used to have a tool (not sure where I got it from) that would extract all surface boundaries that were in a drawing but this tool no longer works in 2014 as it was written for 2012. Time/inclination to write a similar routine that would work in 2014?

IDSP Premium 2014 (mainly Civil 3D 2014 UKIE SP1 & Infraworks with some limited 3ds Max Design)
Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD
16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz
NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600

View 8 Replies View Related

AutoCAD Civil 3D :: Sample And Extract Elevation From A Surface

Feb 27, 2012

I just got a topographic map of some land we plan to develope, and would like to work out some preliminary earthmoving analysis.

I would like to sample that surface at very specific locations --  I could produce the required points in PNE format.

What I want is to find the way to: (1) import those points, (2) sample elevation from the surface at those locations, and (3) export the 3D poitns in PNEZ format.

View 2 Replies View Related

AutoCAD Civil 3D :: Extract And Export Surface Contours And Labels

May 4, 2011

I want to extract contours with elevation labels from a C3D 2011 surface for use in another 2011 drawing without the surface, as polylines and labels.  Is there a way to do this?

View 9 Replies View Related

AutoCAD Civil 3D :: Extract Boundaries From 2D Solid Level Band Surface Style

Jun 20, 2012

I'm using 2D solid level band surface styles when generating simple flood maps - In order to manipulate I generally have to extract the surface objects (faces or hatches) which gives me a single face or object per triangle within the surface.

I then try and get round this by using a combination of various Lisps and Union to wind up with a single boundary that I can then use in ordinary AutoCAD and 3rd party software.  However on big surfaces this is killing me as I have 50k+ triangles, so 50k+ faces or individual hatches, so its causing 15min long unresponsive stalls on my PC.

What I'd like to do is simply export the boundary of each level band to a polyline, or even better to extract the whole solid band as a single hatch object.  Is this possible within C3D as it stands, or is there a lsp out there

View 1 Replies View Related

AutoCAD Civil 3D :: Extract Feature Lines From Corridor One By One

Sep 10, 2012

Is this the only way to extract feature lines from a corridor i.e. selecting each one - it gets a bit tedious.

Is there any method to select a corridor and extract all the feature lines that are set to display?? I think third party software (Sincpac?) can do this but this is not an option for me and I am not well versed enough in .NET to write something to achieve this myself.

View 3 Replies View Related

AutoCAD Civil 3D :: Labeling Tin Lines On Surface

Sep 10, 2013

Is there away to label (Dynamically) slope arrows and percents on a tin surface (Without Exploding it)?

View 8 Replies View Related

AutoCAD Civil 3D :: TIN Surface Won't Create Contour Lines?

Jul 8, 2013

I just upgraded to Civil3D 2014 and Windows 8. When I create a TIN surface using a DEM file no contour lines are displayed. Points are processed and triangles are created and can be displayed but no contour lines. Contour line layers are set to display in the style file.

View 9 Replies View Related

AutoCAD Civil 3D :: Creating Surface From Contour Lines

Feb 24, 2012

I have drawing giving to us for a senior design project. I'm trying to create a surface to so that I can analyze cut/fill. Not sure if what i'm doing is right or wrong, I've never used civil 3d. But i'm getting break-line errors whenever i'm trying to create the surface from the contour lines. 

Heres a link i took of what i'm doing on youtube [URL]........

View 3 Replies View Related

AutoCAD Civil 3D :: Locate Surface Break Lines

May 4, 2011

I have a break line in the drawing that I want to locate within the surface definition , how can I do this?

Civil 3D, 2009
Win 7 Enterprise 64bit
8 GB

View 9 Replies View Related

AutoCAD Civil 3D :: Deleting Triangle Lines In A Surface?

Nov 8, 2012

I'm trying to modify a surface I created using drill hole data of a cavern.  When I select the delete lines command for surface editing a message pops up telling me that I must have the triangles displayed in the surface style dialog.  But I do have the triangles displayed, and it still gives me the same message. 

View 9 Replies View Related

AutoCAD Civil 3D :: Make Surface From Contour Lines

Oct 24, 2013

I have this contour lines from dwg file (see attached) and I am trying to make a surface out of it. Initially i thought it is already a surface for C3D but i cant seem to follow tutorials. While browsing for solutions from the Internet, it seems it is not even a contour file that can be added in C3D. what is this file and how i can convert it into a surface in C3D?

View 5 Replies View Related

AutoCAD 2010 :: Extract Some Info From Table To Reference File That Can Be Opened In MS Excel

Jun 15, 2013

I've spent the last 4 hours searching for an answer to this question, but I simply can't find one.

As a start I think you have to know that I'm currently using AutoCAD 2012.

Here's the problem: I need to extract some info from an AutoCAD table to a reference file that can be opened in Microsoft Excel. Everything I find on the subject is actually an answer to the question "How does <DATAEXTRACTION> work?" or "How to do an extraction of DATA in AutoCAD?"....

In this particular case I have a set of production drawings (cut tickets) for manufacturing of stone. And in every single sheet I have this material schedule or a table, if you wish, that is made with an AutoCAD table. In this schedule I have the height, width and thickness of the stone plate and with a function it measures it's area and volume. What I want to do is to extract those values into a reference file that I can open with Microsoft Excel, as I already said.

How exactly?

View 3 Replies View Related

AutoCAD Civil 3D :: How To Project Lines And Curves To A Surface With Elevations

Apr 25, 2013

Civil3d 2012 - is there a way to project standard autocad lines and curves to an existing surface to the lines and curves end up with the surface elevations?  we are trying out that wants 3d lines exported in a dxf file.  We have a surface and we have the lines...it's just that the linwork is all at 0 elevation.

View 2 Replies View Related

AutoCAD Civil 3D :: Updating Surface That Was Created By Importing LDD TIN Lines

May 6, 2013

I created a surface in 2013 for an old project by importing a TIN from LDD, which worked fine, but the survey crew recently went back to the same site and did an update (asbuilt) with updated elevations. A good portion of the survey is still accurate and has not changed, but there was an area of new construction. My question is what is the best way to remove the old TIN lines (that are actually still connecting some old, incorrect survey points) and incorporate the new elevations that will now reflect new TIN lines in certain areas. Basically, I need to get rid of some old TIN lines and  replace with new and updated survey. The surface in LDD used a point group, which was fine then, but now some of those points in that point group are incorrect.

View 5 Replies View Related

AutoCAD Civil 3D :: Section Labels From Surface Features Lines

Jun 27, 2012

Often we  build a design surface from feature lines and possibly a grading or two. Then we cut sections.

Now, for set out, and especially for smaller contractors who don't have fancy survey gear, it would be really nice to be able to show design surface levels in section bands BUT ONLY AT THE SURFACE-DEFINING FEATURE LINE LOCATIONS.

I am aware that we can use grade breaks...but this gives us band data at each triangle intercept which is too much data. We can weed this data, but that is indiscriminate and I really need only the data at the surface-defining geometry points (feature line locations.)

We can also use station/elevation labels on the section views but this is time-consuming and non-dynamic. Band labels are dynamic and more or less automatic...if only we could get the discrete locations we need labelled.

View 9 Replies View Related

AutoCAD Civil 3D :: Contours (Lines / Arc) - How To Create Good Surface

Feb 14, 2013

So I received a whole bunch of contours from an architect.  They are lines and arc.  big sweeping arcs.  Whats the best and fastest way to create a good surface.  I can change them globally to a polyline but I need to add vertices like every 5 or 10 feet to get a good surface.  Can I select multiple feature lines (after converted) to add vertices?

View 3 Replies View Related

AutoCAD Civil 3D :: Adding Feature Lines To Surface As Break Line

Jan 31, 2012

When adding break lines to a surface, a dialog box like appears that asks for weeding factors and supplementing factors.  What I would like to know is, how can I change the defaults to reflect the settings needed on my project.

I am using C3D 2009.

View 6 Replies View Related

AutoCAD Civil 3D :: Create Points At Surface Vertices Along Sample Lines

Jan 9, 2013

I need to create points with surface elevations along sample lines. The points need to represent the verticies one would see in the section editor. I've attached an image of my section editor for one of my sample lines. I need to create points that represent these 24 verticies along this sample line and do so for the rest of my sample lines as well. Is there an automated process to create these points?

View 1 Replies View Related

AutoCAD Civil 3D :: Interpolating Points From A Surface Based On The Sample Lines

Jul 21, 2013

I wanna interpolate points from surface but only in that area where my sample lines intersecting with the surface. There is a point creation tool that makes this based on polylines but I have to many data and it will get to much time to do this. So, for better understanding I attached some pictures, in the first picture it is shown the final result which I have made based on polylines, but here is also a problem, the tool is not putting points where the surface is changing ( on my second picture I highlighted with red circles). 

View 5 Replies View Related

AutoCAD Civil 3D :: Corridor Section Editor Not Displaying Daylight Lines To EG Surface

Jul 13, 2012

I'm having a random issue with the daylight ties lopes not tieing to the EG surface at all stations in the Corridor Section Editor. Some stations daylight fine. In plan view the daylight lines vary left & right as expected but don't display at all in Section Editor.
 
Some background info:2012 Civil 3D SP1 / 64 bit / WIN7Simple corridor used1 alignmentSame fg profileSame drefd EG surface (set all targets for daylight LT/RT)Only one assembly applied to entire corridor Attached are 2 captions of the issue I'm having which each have a cut & fill occurrence as well as a caption of the entire align. & corridor. I did try deleting corridor & recreating and even recreated a simpler assembly and still have the daylight issue in same areas of corridor.

View 2 Replies View Related

AutoCAD Civil 3D :: Surface Creation Or Section Views Creating Random Lines

Jun 15, 2012

I'm uploading the .dwg and .txt files.  I'm trying to get volume calcs cut and fill between two surfaces and when I compare the data between AGTEK's Highway 3D there is different results.  I looked into it to find these random line appearing in Autocad making what seems to be the problem.  Where are these coming from and how do I fix? Also, if you could anwser how can I insert a sectional following the 12'-23' offsets and dropping 1.16' down and adding it to my design surface. I want to make a big box there added to design surface.

View 1 Replies View Related

AutoCAD Civil 3D :: Error Adding Breakline Message When Editing Surface With Feature Lines

Jul 11, 2012

I am working on a 6 mile highway project whose surface file is 85MB big. So, I created a Data Shortcut of this surface and used this for creating profiles. However, at some locations the corridors go below the surface(as per their original profile) which was not intended. So, I need to restrict the surface to follow the corridors but not go beyond it.

I have created feature lines from corridors and tried to add them as breaklines to the surface. But " error adding breakline" error pops up. 

Is it because I am trying to add the breaklines to the mirror surface which I created from Data Shortcut ??

Will it be useful if I copy feature lines to original surface file and add these feature lines as breaklines in that file??

Windows 7 x 64
Nvidia Quadro 2000
24 GB Ram
i7 960 @ 3.20 GHz
Civil 3D 2012

View 2 Replies View Related

AutoCad :: Extract Projection Outline Of Nonsolid 3D Object To 2D Lines

Apr 25, 2013

I wish to have outline/surface of those nonsolid 3D object convert or projection into 2D lines that can be use later.

For solid object, its can be projecting the surface by FLATSHOT command. But for nonsolid object, this command is doesn't work and showing nothing when I tried.

These nonsolid object probably copy/export from other software ie. some analysis software.

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: How To Put Multi-lines Of Text Into Drawing Info Comments

Dec 19, 2011

I am able to insert multi line text into the Drawing Properties Summaryinfo standard field "comments" by using  string concatenation in VBA by using "mytext" & vbLF & vbCR "mytext".

But I can't find a way that works in autolisp. This code does not work.
 
(defun c:FillComments (/) (vl-load-com) (setq acadObj (vlax-get-acad-object)) (setq acDoc (vlax-get-property acadObj 'ActiveDocument)) (setq acDocSumInfo (vlax-get-property acDoc 'SummaryInfo)) (setq *customer* "MyCustomerName") (setq *location* "MyLocation") (setq *project* "MyProject") (setq*comments* (strcat *customer* ", " (chr 10) (chr 13) *location* ", " (chr 10) (chr 13) *project* ) ;_ end of strcat ) ;_ end of setq (vlax-put-property acDocSumInfo "Comments" *comments*) (princ)) ;_ end of defun
 
The text comes in but all on one line.

View 3 Replies View Related

AutoCAD Civil 3D :: How To Correct / Manipulate Surface To Show Proper Flat Surface

Dec 2, 2011

I often have to do storm pond surfaces that (for the purposes of planning) are flat on the bottom. These surfaces are created from a combination of survey data and grading groups and the tin of these surfaces is perfectably acceptable. However, when contours are shown, the flat bottom is shown with contours jig-jagging all over the place.

The attached image shows a comparison of the same pond. The top was created with survey data and grading groups; the bottom was created using contour data only. The generated surface on the top shows the bottom contour going in different directions and has parts where the an expected contour is missing.

How to correct/manipulate the surface to show a proper flat surface?

View 6 Replies View Related

AutoCAD Civil 3D :: Reduced Maximum Length For Surface Triangles Causes Surface Holes

Oct 22, 2012

Has instances where you set your tolerance for the maximum triangle lenth to say 50m to reduce the amount of triangles along the edge that run at long distances. When I do this I end up with multiple surface holes and I'm not sure why as there are points in the area.

I thought well maybe it's because i should've reduced my max triangles first then added breaklines. Would this matter? I also thought I could add a line to the surface to fix the holes vs. deleting surface lines along the entire edge of a surface for many many miles.

View 9 Replies View Related

AutoCAD Civil 3D :: Editing Existing Surface Using Edit Surface Command

Nov 14, 2012

I am trying to add points into a surface. I have done this before without any problems, but now I am having issues.

When I ID points which makes up the surface it gives me the correct Z level e.g. 24.5m, however when I hover over the surface it shows me the surface name and a different z level e.g. 0.65m. What is the reason for this difference in z levels? I think this may be causing the issue I am having when I add new points.

I select the surface and use the 'edit surface command' in the ribbon, choosing add point. 

When I add a point at the level I require(23.89m), it puts it in a lot higher than the surrounding area, so I tried to put the point in to the lower z levels (0.4m) it puts it in a lot lower!

View 5 Replies View Related

AutoCAD Civil 3D :: Volume Bounded By Existing Surface And Design Surface

Dec 10, 2012

My goal is coming up with the volume bounded by the design surface and the existing surface. I don't have the design surface modeled yet.

Do i need to create alignment offsets?. Alignment 1 profile view is also attached. Then Alignment2.

What about starting with alignment1 profile view? Since I have created a polyline as the design profile ?

how do I shrink labels? Where is it in the settings ; the Align folder had been check.

View 2 Replies View Related

AutoCAD Civil 3D :: Add A Surface To Blank Drawing / Then Upload DEM Files To Surface

Oct 2, 2012

I am issues with DEM files that I am downloading from the USGS website.I download 24k, elevation for the area I need. I then choose staged 1 second, add a surface to a blank drawing, then upload the DEM files to the surface.

The surface imports correcty, but when I try to import  points taken by a surveyor on the same drawing, they plot incorrectly.The DEM surface and the points from the surveyor do not correspond. Also, the DEM surface is in meters, not feet. I have tried changing drawing settings, datum types, coordinate types, etc.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved