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
ADVERTISEMENT
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
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
View Related
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
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
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
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
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
Apr 20, 2011
I am having trouble hatching multiple "Arc & line" boundary objects. If there is ony 1 shape mape up of Arcs & Lines it works ok, but if there is more than one, it fails,
TVLn(0) = New TypedValue(0, "line")
Dim FilterLn As New SelectionFilter(TVLn)
' Selection Filter: Arcs
Dim TVArc(0) As TypedValue
TVArc(0) = New TypedValue(0, "Arc")
Dim FilterArc As New SelectionFilter(TVArc)
[code]...
View 4 Replies
View Related
Nov 18, 2010
I have a lot hatches with no boundary around. i need recreate boundaries of these hatches but it take too late time doing it. i am an intermediate in autocad.
View 8 Replies
View Related
Oct 18, 2012
I have a big hole in the ground in my model. Its easy to get the volume of cut with C3D. But I have a topsoil layer, weathered rock layer and then solid rock, I basically need to break them down into different volumes. The way I would normally do it is calculate the topsoil, then work out the weathered rock and minus the topsoil, then for solid rock cut I minus the topsoil+weathered rock. I have attached the 3 volumes I need for info.
View 8 Replies
View Related
Sep 17, 2012
i need to transition from a proposed to a future linetype part of the way down my profile. It's the same surface, just that @ station XX+XX.XX it becomes future. I need it a diff linetype to faded back, for example. Is there a way to do that? I'm thinking my only option is two create two surfaces, one propsed and one future. My situiation currently is that I already have one complete surface and would like to know if it's possible.
View 9 Replies
View Related
Feb 25, 2011
I'm now using a different computer. I have a drawing with an existing surface and contours. I have two buildings on site that I'd like to mask the contours that run through them. I used the mask feature for one of them, but that is the limit. How can I mask the contours so they aren't running through the other building.
View 8 Replies
View Related
Jul 3, 2012
I like that in the hatch command, you can select multiple boundaries at a single time, hit ok, and be done with your hatching. However, when hatching from the tool palette, you can only select one boundary at a time, forcing you to constantly repeat the command. Is there a system variable that controls this type of behavior for the tool palette?
View 5 Replies
View Related
Nov 28, 2012
I am creating my Final Grading surface with from 2 surfaces - a proposed road surface and a proposed grading surface. (Note of roads within the road surface)
The issue is that when I paste the proposed road surface (that consists of several looped sections) over the proposed grading surface, the proposed grading surface within the looped road areas dissappears.
I have tried several options using boundaries for the inner looped areas on my road surface, and has altered my order of opterations for my final surface edits, and many other things also.
I have attached an image for reference.
View 9 Replies
View Related
Apr 19, 2013
Just as the topic says. I have about 40 manholes referenced to a surface that has no changed and I need to update them. I can go thru one by one and pick "structure properties" and change the surface. I did change the surface under the network options, but they all still reference the old surface.
View 4 Replies
View Related
Aug 28, 2012
When a file has many surfaces, gradings and sites manually delete them is slow ¿is there a method to select multiple sites, surfaces and gradings on prospector and delete them all at once and not one by one?
View 1 Replies
View Related
Jan 27, 2011
I want to create a space style similar to BOMA with editable boundaries to use for LEED Daylighting calculations. I figured out how to make a new property set definitions, new space style, etc., but I can't get the boundaries to read as the LEED boundaries. I want the Base area to remain as is, but I want NET to be Daylit, Useable to be Sidelit, and Gross to be Toplit.
I could do the workaround and just use the OOTB BOMA style, but then others editing will have to constantly translate which means what as we edit the drawings. When you look at the display display Properties for the space style, the boundaries and hatches read as net, useable, etc. I can't figure out where to redefine those and when you right click the space and Edit Boundary, I need to be able to display the correct properties, not the BOMA properties.
View 1 Replies
View Related
Jul 2, 2012
I am doing bulk earthworks with C3D 2013 and quite often I am modeling large dam walls with multiple raises, core sections, filter layers, etc so I end up with up to 50 surface models in one drawing. The process I follow involves modeling each raise of the wall by targeting an elevation 10 metres or so below NSL. I then use a volume surface to give me the intersecting boundary between the topography surface and the wall raise surface. I repeat this process for each raise/core/filter section - create volume surface to find intersection, extract boundary of intersecting volume surface, add boundary to wall raise surface, put both on a unique layer calculate volume - repeat for next wall raise - ad nauseum.
To speed things up a previous draftsperson created a shortcut button on the ribbon that does the volume surface trick with one click so all i need to do is hit the button, select topo, select wall raise and it gives me the volume surface between the two, all i need to do is extract the border and add it as an outer boundary to the wall raise. I would like to take this to the next level if possible and this is where I an stuck.
If my drawing consisted of a topography surface and "X" number of wall raise surfaces all named in a uniform fashion ascending numerically or alphabetically would it be possible to write a routine/shortcut button that did the following;
1.) Create a volume surface between topo & wall surface 1 - extract border as polyline - add polyline as outer boundary to wall surface 1 - move both wall surface 1 and newly created boundary polyline to unique layer.
2.) Repeat process for topo and wall surface 2
3.) Repeat process for topo and wall surface 3
.....and so on until all wall surfaces have had volume surfaces created between them and the topo?
View 7 Replies
View Related
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
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
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
Sep 27, 2011
I have prepared a video and a sdf-file for you to reproduce my problem, and that is:
I have two polygons in my sample-sdf, one having an island. I start the command _MAPFEATUREMERGE to join two polygons. Having done that the island is lost. I can't believe that this (losing the islands) is "as designed".
I have tried this with:
WinXP(32bit) Map3D2012 (32bit)Win7(64bit) Civil3D2010 (32bit)Win7(64bit) Civil3D2011 (64bit)Win7(64bit) Civil3D2012 (64bit)Win7(64bit) Map3D2012 (64bit)
I have tried this with:
SDFSHP
View 9 Replies
View Related
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
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
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
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
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
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
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
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