AutoCAD Civil 3D :: Resolve Non-existent Crossing Breaklines
May 30, 2013
Dealing with an old topo. Building a surface from a point group of points in the drawing, and 2D polyline being used as proximity breaklines.
Here is my list of events after I rebuild the surface:
So I went to use the 'Resolve Crossing breaklines' tool, and here's what that looked like:
So are there or aren't there?
When I use the 'Zoom to' feature, it takes me to the midpoint of a TIN line on a breakline, with no other objects around. Crossing window selection: only the surface and one polyline. I found one crossing breakline just by accident, not from either of these tools. After I fixed it it didn't change anything. I even deleted all the breaklines from the surface and added them again, closed drawing and reopened, no change.
View 2 Replies
ADVERTISEMENT
Mar 25, 2013
I added three feature lines to my surface as breaklines. But the triangles still cross them. Triangles shouldn't be crossing breaklines.
View 2 Replies
View Related
Oct 6, 2013
I can't just accept something cause it's the way it is. I like to know the reasoning behind it.
Case in point:
Why does the check box say "Non-destructive breakline?" Why doesn't it say, "Erase tin lines that cross boundary?" I doesn't seem to have anything to do with breaklines. Or am I wrong on that one?
While I'm on a roll, double negatives send me into a tailspin. Like "Disable description keys", True or False. Huh? Why not just say, "Description Keys", on or off?
HP DV7 Laptop
Intel Core i7-3820QM 3rd Generation Quad Core 2.7 GHZ CPU
16 GB DDR3 RAM ( 2 DIMM ) / 180 GB SSD
Nvidia GeForce 650M Graphics w/2 GB Memory
Windows 7 Professional 64 bit / AutoCAD Civil 3D 2014
View 8 Replies
View Related
Dec 4, 2013
I have this:
for(int i=0;i<= tinSurface.BreaklinesDefinition.Count-1;i++) { .................
}
I have each breakline sets, but I want each breakline of each breakline set(breaklinesDefinition).
I can do this:
Autodesk.Civil.DatabaseServices.SurfaceBreakline sfb = default(Autodesk.Civil.DatabaseServices.SurfaceBreakline); SurfaceBreakline sfb= trans.GetObject(id,OpenMode.ForWrite) as SurfaceBreakline;
But how can I get ObjectIdcollection of surfaceBreakline of one breaklinesDefinition?
I have seen that there is "AECC.Interop.Land.SurfaceBreaklines". Do I have to use this?
Autocad Civil 3D 2014 +SP1
Quad Core Intel i7 3770-cpu 3.40Ghz.
ssd samsung 840 pro 512gb+ssd samsung 840 pro 256 gb+1tb hdd
32gb RAM 1600 Mhz.
nVidia Quadro 2000.
Win 7 Pro 64bit
View 9 Replies
View Related
Nov 26, 2013
I'm having problems contouring in C3D 2014.
I'm using the command PL - polyline to create my break lines (Centerlines, top and bottom of curb)?.
In this particular drawing the first point I click on is carrying the elevation throughout the entire length and yielding bad contours.
Essentially the bottom of curb on each side of the street should be the same elevation with a crown at the centerline.
Instead the elevations are about five feet different because the beginning point is around the corne at a point of tangency on a hill.
This has not happened in any other drawings and I've done them the same way.
I redid the breaklines with the 3DPOLY command and aside from a few minor edits the surface came out OK.
I've been reading about 3DPOLY command but have not found out too much about what the actual difference is between 3DPOLY and PL commands.
Seems like 3DPOLY is the way to go.
I do not have too much experience with C3D 2014 and am making a huge jump from 2004 LDD. How to build 3D surfaces/contouring.
View 8 Replies
View Related
Aug 12, 2013
I'm a little surprised with this....
I dont imagine how c3d does this .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Civil 3D (2013) how much you have to improve....
View 3 Replies
View Related
Oct 19, 2007
Where can I set the default for my mid-ordinate distance when adding breaklines to a surface. Would like to change it from 1.0 to 0.1.
View 6 Replies
View Related
Feb 27, 2012
Using the COM Interops we can find the entities which were used toi create surface breaklines:
foreach (AeccSurfaceBreakline brklin in brklines) { object[] ents = (object[])brklin.BreaklineEntities; for (int i = 0; i < ents.GetLength(0); i++) { AcadEntity en = (AcadEntity)ents[i]; //do whatever with the Entity }}
I have, as yet, been able to figure out how to get the entity(ies) using 2012's .NET API. Is it possible, or do I have to stay with COM?
foreach (ObjectId surfId in CivilApplication.ActiveDocument.GetSurfaceIds()) {TinSurface surf = tr.GetObject(surfId, OpenMode.ForRead) as TinSurface;if (surf != null) {SurfaceDefinitionBreaklines brkdefs = surf.BreaklinesDefinition; for (int i = 0; i < brkdefs.Count; i++){Surface Operation AddBreakline brklines = brkdefs[i]; for (int j = 0; j < brklines.Count; j++){ SurfaceBreakline brkline = brklines[j]; //well, as of C3D2012 SP1 the actual entity associated with this breakline is not exposed via .NET} } } }
View 1 Replies
View Related
May 30, 2012
In using 2013 I noticed when I delete a feature line which is added to a surface as a breakline it does not delete it from the surface. Even after a rebuild the surface does not update. I am having to go into the toolspace and manually delete the breaklines from the surface list.
View 2 Replies
View Related
Aug 9, 2013
Can you filter 3dpolylines to find which ones have a vertex at 0 elevation? I do not see the option in the Object Selection Filters dialog. We have several 3dpolys which would take a while to go through each vertex.
View 5 Replies
View Related
Dec 3, 2012
Using the select breaklines in the prospector doesn't do much of anything in my case. Zoom to Breakline works but how do you determine one particular breakline in the bunch if theye were never named?
View 9 Replies
View Related
Sep 27, 2012
I am having an issue with my contours running through my breaklines (feature lines). I have tried re-ordering the breakline, edits, etc and have also set my settings to allow crossings.
View 9 Replies
View Related
Jan 7, 2014
I am building a surface and have back of curb, curb face, and curb flowline going around a curve. I cannot create the lines with the usual pline as they will cross due to poor field collect. I created the curbs with multiple arcs. I was then going to change them into Feature Lines and am wondering if I can then use them as breaklines in a surface.
View 1 Replies
View Related
Aug 27, 2012
The situation is like this:
I am having a survey plan both with points and contour lines. Points are comming from the main road and contour from the outside areas.
I want to be able to make the surface ignoring the contours between the breaklines of the road since any contour inside professional survey is giving me errors on profiles and everything.
View 8 Replies
View Related
May 8, 2013
I have created linework using the line by object tool. I have created a surface and am trying to add breaklines by selecting some of this linework. Once I try to create the breaklines, it says that all those breaklines contain errors and have not inserted them into the drawing.
View 9 Replies
View Related
Apr 4, 2013
how to fix this triangulations. Adding extra breaklines does not seem to fix the issue.
View 9 Replies
View Related
Feb 29, 2012
I am using a breakline to establish contours around the foundation of a building. I've done this in the past with no problems. Now I'm getting an Event Viewer, Error message saying that the breakline wasn't added to the surface because it crossed a point or crossed another breakline. In one case there wasn't another breakline in the drawing.
I've used 3d polylines & others to establish the breaklines.
View 8 Replies
View Related
Dec 7, 2012
I had some inaccurate survey points in my EG. Now I have new points and breaklines. How to locate thes old breaklines either within the list or visually within my surface editing / style.
The zoom to doesn't work as there are many breaklines within the zoom extents, and 1000's of breaklines to sift through. Is there a setting somewhere in the surface where i can turn on the breaklines that have been added already to something that's visible so i can delete those out of my surface?
I'm looking for anything on this one. (Not the obvious answers thought). Delete all and replace all (not happening).
View 9 Replies
View Related
Dec 3, 2013
I have built a alingment, corridor, and surface of a driveway but I have a few holes in my surface. I tried to add lines to my TIN surface and some filled in properly but others would not and I had TIN lines that crossed (actually they are 4 different lines that meet at on point). Why does this happen and how can I fix it?
View 4 Replies
View Related
May 19, 2013
I'm somewhat new to Civil 3D 2013 and have never encountered this problem before. I've got a top slope standard breakline (dark green line) and bottom slope standard breakline (light green line) with the highest elevation for the top slope at 72' and it gradually slopes down to about 54' within a 75' span. My problem, as you can see in the screen shot below, is I am getting 54'-59' elevation contours right next to a survey point with a 72' elevation whenever I hover my mouse over one of the contours. There are no nearby points with anything near 54' even outside of the surface boundary (shown in magenta).
View 2 Replies
View Related
Mar 12, 2012
I have two pipe networks and two profile views, one for storm and another for sanitary. I would like to show the crossing pipes on each of the profile views. When I select the profile view, add a pipe and change the style to crossing the style is change to crossing on the other profile view (ex. on sanitary profile view I set storm pipe 3 to crossing style, on the storm profile pipe 3 changes to crossing style and does not display). Isn't there a way to display the styles for pipes different in each profile view?
C3D 2011 (latest updates)
Win 7 Pro, 64-bit
16 GB RAM
View 3 Replies
View Related
Sep 12, 2013
It can be done using the LaneFromTaperedMedian subassembly, and that there is a webcast explaining it. I have checked with Autodesk, and the webcast is no longer available. Any detailed instructions as to how to accomplish this. I'll attach an image of my median.
Win 7 64BIT
C3D 2013
View 1 Replies
View Related
Sep 5, 2013
i've got proposed stormwater pipes crossing existing utility pipes. my proposed stormwater pipes run parallel to but offset from my road centerline alignment. i want to show the existing utility pipe as an oval where it crosses my stormwater pipe. i can get the utility to show up in the profile at the centerline alignment of my road but not at the actual point where the pipes cross. is there a way to show this?
Dell Studio XPS 9100
Intel Core i7 CPU 930 @ 2.8GHz
12GB Ram
64 bit
C3D 2012 SP3.0
View 2 Replies
View Related
Nov 7, 2012
I have a drawing with 3D polylines that will be used to build a surface but many of them cross each other.
I would like to extract the vertices of these polylines and use this information to build the surface but can't figure out an easy way to do this.
I have tried the Points at Vertices Automatic which is ok but as there are 300 or so 3D polylines this will get very tedious very quickly - is there a better/quicker way to do this?
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
Mar 27, 2012
We are starting a new job, and looking how to setup our drawings. We have a long corridor that we are upgrading, and along this corridor, we have various water course passing through. We are replacing the existing culverts. They are large circular culverts. How do we show the culverts on our model? Do I create a short pipe network for each culvert crossing? And also, how do I daylight to the outside of the culvert as the corridor crosses over it?
View 4 Replies
View Related
May 7, 2013
I created this label for my pipe crossing. I want to be able to start the vertical line at the invert, and be able to move the text up and down and have the line adjust.
Currently my dragged state has the arrow head size as 0 and visibility as false, since it starts the leader at the centerline of the pipe. But without using the leader, I cannot adjust the vertical line dynamically.
View 2 Replies
View Related
Nov 7, 2007
Problems with masked crossing pipe in the profile view? So basically I want to show a manhole with three pipes attached in the profile view and I use style override for pipes in a profile view to show crossing pipe, but crossing pipe gets masked with "Enable part masking" option in the Structure style. So I either can show crossing pipe and projected pipes drafted to center of the structure, or I can see only projected pipes drafted to the structure outer walls, but cannot see crossing pipe.
I would like to see projected (incoming) pipes drafted to the structure outer wall, and crossing pipes. Is that possible? See figure attached.
View 9 Replies
View Related
Nov 6, 2013
how to do the concrete medians in civil 3d 2012 sp4?
View 2 Replies
View Related
Jul 28, 2013
I have recently started working with civil3d 2012 & 2013 so go easy one me...
How can i check the elevations of 2 alignments that cross (junction)?
The localization team in Israel has added a utility that marks the junction on the profile view with a red flag and 2 marker lines, one for the existing ground and one for the elevation of the crossing alignments. The flag is not a civil3d entity, it's not dynamic and needs to be reset after each change.
Any better way of checking the elevations? (including adding a block or anything to the profile to show the other alignment name and elevation).
View 4 Replies
View Related
Apr 16, 2012
I have a storm crossing shown on a road profile, and the ellipse that represents the storm pipe is only showing part of the inner wall (I've attached an image). This pipe is skewed slightly, but the entire pipe crosses the road alignment, and this should not make any difference.
Also, is there any way, yet, (I'm using C3D 2011) to have the label show not only the pipe name, but also the invert where the pipe crosses the road alignment, and remain dynamic,? In other words, without having to edit the label text, and lose the dynamic capability. Land Desktop would do this, but it was not dynamic, of course.
Win 7 64BIT
C3D 2013
View 7 Replies
View Related
May 11, 2012
Is there a way to show a corridor assembly in a crossing profile in c3d 2012? I have a underground duct bank that I have modeled using a simple corridor. Now I want to have the duct bank assembly show up in another profile that crosses the ductbank corridror. I can't really create a surface fom the corridor since the duct bank a closed polygon. BTW, The subassembly for the duct bank was created from a polygon, if that is any useful info.
View 6 Replies
View Related