AutoCAD Civil 3D :: Surface Boundaries And Pasting

Jul 16, 2013

Pasted into multiple smaller surfaces; made smaller by adding outer boundaries.The smaller surfaces are adjusted by using the Raise/Lower edit.Make a new surface.  Paste all the small surfaces in together.

Now, I notice an area that was not included in any of the small surfaces, but was part of the original large surface.  Somehow, this area is showing up in my final surface. So far I tried adding the polyline that forms the 'outer' boundary of each small surface also as a 'data clip' boundary, but don't see any difference.  Only thing that works is delete surface point...click, click, click.

View 9 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: Surface Boundaries

Jun 20, 2012

I have a surface with several boundaries inside its extents representing areas where I do not want contours to be visible. Inside some of the boundaries (type = "HIDE") the contours do not show up, but in others, some segments of the contour lines are visible and others are not. How do I get all of the contour segments to be not visible within the boundaries?

View 2 Replies View Related

AutoCAD Civil 3D :: Priority Boundaries In Surface

Dec 19, 2013

I'm making other routine and I want to check if there is some boundaries in the selected surface and in that case, which of them has the most priority.

contorno= "boundary" and exterior=SurfaceBoundaryType.Outer

I have done this: URL....

I think that the last boundary in the list is the first boundary priority.How can I get that list?

View 1 Replies View Related

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 :: Islands Of A Surface Using Multiple Boundaries?

Dec 18, 2013

I am trying to create islands of surface by multiple enclosed polylines as boundaries.

Each enclosed polyline has several 3d lines as drawing objects. 

After creating the surface from the 3d lines I use "Select similar" to select all boundaries(enclose polylines) and add them as boundaries using the "Show" option.

However, it is not working and I do not see the islands of a surface.  

View 2 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 :: Export To XML Ignores Surface Boundaries?

May 28, 2012

I have several surfaces pasted to make a composite surface, and a poly line is added as a none destructive boundary.

The surface looks fine on the screen, but when it is exported to LandXML the boundary is ignored, This creates a 120MB XML file, which will not load into Windes for Drainage work.

I can trim the breaklines defining each surfaces, but there is 8 models and 8 different areas to trim in this manor. This would take far too long and would also create 64 surfaces!!!

View 7 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 :: Daylight Not Included In The Boundaries List?

Dec 21, 2013

I got this problem during creation of corridor surface boundaries. I would like to create a corridor datum surface using the daylight feature lines, automatically from the corridor surfaces-boundaries dialog box, but the daylight does not appear in the list.

View 5 Replies View Related

AutoCAD Civil 3D :: Subdivision - Naming Created Survey Boundaries

Oct 30, 2013

I am working on a new subdivision where we made new property lines through an existing property. Is there a way to find out the bearings of the new lines made? The only way I can think to find this information is to dimension the angle and subtract it to get the new bearings.

View 4 Replies View Related

AutoCAD Civil 3D :: Add Hide Boundaries To Existing Houses / Buildings Footprints

May 17, 2012

I have a rather large surface and am trying to add hide boundaries to the existing houses/Buildings footprints however whenever I do my whole surface disappears.

View 4 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

AutoCAD Civil 3D :: Change Reference Surface For Surface Elevation Label

Apr 4, 2012

Is there any way to change the referenced surface on a Surface Elevation Label. I can see the surface in the properties but cannot change it.

C3D 2011

View 1 Replies View Related

AutoCAD Civil 3D :: Import Surface Into Revit To Merge Surface And Buildings Together?

Jul 29, 2013

I have a project involving 3 programs. I am creating a planned development in 3d to be 3d printed when finished. The project is a 5 acre tract containing 8 buildings. I have built the surface in C3D and each building in Revit. The buildings are not in the same Revit file. For my solid work, I will bring the files over into 3ds Max Design to section into smaller quadrants to build in the 3d printer.

The questions:

Would it be better to import the surface into Revit to merge surface and buildings together?

Would it be better to import the buildings into C3D to merge entities?

Would it be better to bring those entities into 3ds Max and then merge them into one? Will 3ds Max Design allow me to insert entities accurately in the environment?

View 6 Replies View Related

AutoCAD Civil 3D :: Creating Subset Surface From Main Surface

Sep 15, 2013

I need to create a sub-set surface from my main surface. not sure what the vernacular is for a "subset surface" in c3d but i do have a feature line that bouinds the desired area, but that is as far as i can solve.

i did try creating a new surface - pasted the main surface in the edit definition, then deleted triangles until the boundary alighned wiht my featureline.  This seemed to work, but  when i view the properties of the smaller subset suface, it shows a mimum and maximum elevation that is incorrect.

View 3 Replies View Related

AutoCAD Civil 3D :: Create Cut Fill Surface From Existing Surface

Mar 1, 2013

Im currently using an addon for Civil 3D called Novapoint. It allows me to create 3D models of surfaces made out of 3d faces and easily models cut and fill 3d-models for me.

The only thing i need to create a cut and fill model is one or several ground surfaces (existing ground, earth layers, rock etc. whatever i need) and a closed polyline/3Dpolyline that represents the level I want my cut and/or fill model.

I enter the spcifications I want such as; earth cut angle, rock cut angle, fill angle, select which surfaces i want to include in the model calculation and select the polyline.Novapoint then calculates the cut/fill model from the surfaces to the polyline and models the different cut/fill angles and gives me the results in a 3d-face model and a specification of the volyme of rock cut, earth cut an fill.

1. Novapoint is quite unstable and crashes alot

2. You cant create profiles out of 3d faces

3. Novapoint does not automaticly combine the start surfaces with the modeled cut/fill surface

4. A large surface made out of 3d-faces demands alot of computer power 

So I want to how I do the same that Novapoint does for me in Civil 3D? (I have access to Civil 3D 2007-2013 depending on which one you're using)I know I can take the 3Dfaces i created in Novapoint and make a surface in Civil 3D with them but I want to exclude Novapoint completely.

View 9 Replies View Related

AutoCAD Civil 3D :: Corridor Surface Will Not Paste Into Empty Surface

Mar 26, 2012

all of a sudden whenever I run audit on my corridor file the surface definition becomes a snapshot. To add to the drama, the corridor surface will not paste into an empty surface. Why?

View 2 Replies View Related

AutoCAD Civil 3D :: Can't Use The Corridor Surface As DATUM Surface

Feb 7, 2013

My problem added with pic ... I want to make volume calculate for sample road project. When I try to  compute materials I cant use Corridor surface for DATUM... There is only target surface on option..

View 2 Replies View Related

AutoCAD Civil 3D :: Adding Corridor Surface To EG Surface

Mar 6, 2012

I am trying to visualize a road project. The problems is, whenever the corridor surface goes below the EG surface (when the road is in cut) the EG surface is the only visible surface.

I sort of need to subtract the corridor surface from the EG surface, or merge the both surfaces into one.

View 3 Replies View Related

AutoCAD Civil 3D :: Paste Special Crash When Pasting From PDF?

Jul 11, 2013

About 50% of the time, when I take a screenshot of part of a pdf (using acrobat's screenshot tool) when I go to paste it into C3d, I choose paste special, and then image object, and the screen goes pale and I get the C3d has encountered an error and needs to close message.

I have installed the latest hotfix which was recommended after a save to dxf crash this morning but  just had it crash out again with a paste special.

When this crash happens, it never asks me to send in a report.

I am using C3d 2013. the 64bit version, on Win7 pro 64 bit SP1,Intel (R) Xeon (R) CPU E3-1240 V2 @ 3.40ghz and 3.40ghz.  16gb RAM, and AMD FirePro V5900 2gb graphics card.

The computer should be able to cope, but I find that it lags if I just insert whole pdfs and I usually only need a bit of the image.

Is there anything I can do apart from always convert the pdf into a jpg first?

View 5 Replies View Related

AutoCAD Civil 3D :: Copy / Pasting Viewports From One Drawing To Another?

Jun 25, 2013

I have not done this for a while, but I remember you have to click somewhere otherwise all you see is an empty viewport in the new drawing.

View 2 Replies View Related

AutoCAD Civil 3D :: Trim Surface To Another Surface

May 3, 2013

I was wondering if there is an easy way to trim one surface to another.  Right now, I have two slopes (3:1) that are perpendicular to each other. They meet at a corner and I have extended them past each other so that I could see the intersecting edge.  Now I would like to trim them to each other like you would a polyline etc... but I am not sure how to do this.

If I select surf trim, it tells me they are the wrong object type, but they are tin surfaces?

View 5 Replies View Related

AutoCAD Civil 3D :: Automatic Capitalization - Copy And Pasting Text

Dec 7, 2012

I am having an issue copy and pasting text. Whenever I copy text from a source (word, another dwg) and paste it into a new dwg, it all comes in uppercase. Also everything i type in a new MTEXT is all caps.I do not have caps lock on.

View 2 Replies View Related

AutoCAD Civil 3D :: Surface Boundary Only Showing Portion Of Surface Within The Boundary

Oct 24, 2012

I used a 2d polyline to create a surface boundary for a surface created.  The polyline is a closed loop.  For the boundary type it is outer, unchecked Non-destructive breakline, and mid-ordinate distance = 1.

My problem is that when I do this I only get a small portion of the surface to show up within my surface boundary.  If I don't have a surface boundary the entire drawing surface shows up no problem.

The purple polyline is my boundary and the light blue is the surface created within the boundary.

View 3 Replies View Related

AutoCAD Civil 3D :: Export Created Surface From Civil To Revit Architecture

Dec 17, 2013

Is it possible to export created surface from civil to revit architecture? If yes , How? And if its not possible - maybe i can somehow import cogo points to revit?

View 6 Replies View Related

AutoCad :: Hatch Does Not Recognize Boundaries

Apr 20, 2011

I've tried redrawing the shape (which is all I could think of at this point), and I still can't get a hatch in the negative space of this extrusion.

View 9 Replies View Related

AutoCAD Civil 3D :: Surface From Grade

Jul 28, 2013

I'm working on a grading plan which excavates down from just outside the waterline of an existing pond. When I create a surface from the grading, it looks like a whole bunch of strange break lines have been added, messing up the surface. I thought it might be the mid ordinate distance but changing that doesn't seem to fix it it. Interestingly, when I grade from the original waterline, this doesn't seem to happen.

Here is my workflow, a picture of the result is shown below.

1. Turned the current waterline into a feature line.
2. Created new feature line by offsetting outside that feature line by 3.16 ft.
3. From new feature line, grade down 10 feet at 3:1
4. Create new surface using grading.

The grading lines (shown in white) look correct. But when I create the surface (green and yellow), it is all messed up.

View 3 Replies View Related







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