AutoCAD Civil 3D :: Pipe Network Profile Views
Mar 12, 2012
I am using C3D 2012.
I have a storm water pipe network and a sanitary pipe network. In the profile view I am displaying both networks. My question is in the profile view the storm pipes are in "front/foreground" of the sanitary pipes. Is there a way to "trim" out the sanitary pipe profile lines where they pass behind the storm sewer.
Kind of like a display order so looking at the profile I can tell which pipe and in foreground and which are in the back ground.
View 3 Replies
ADVERTISEMENT
May 15, 2012
I am using civil 3d 2012.
I have a network that I showed in a profile view and, to creat my proposed pipes network I simply copied the pipes and structures and used network split.
Now I have two networks, but when I project those pipes and structures into a profile they are not visible.
If I check the profile view properties and look at the pipe networks tab, all the pipes are shown as drawn.
View 7 Replies
View Related
Jun 19, 2013
If I have a pipe that spans between two profile views, is there a way to label the pipe in each profile view with only the lineal feet that is showing in that profile view?
View 4 Replies
View Related
Nov 19, 2012
Is there anyway to have the Pipe Networks tab of the Profile View Properties dialog box default to having "Show only parts drawn in profile view" selected automatically?
View 4 Replies
View Related
Aug 5, 2013
Civil 3D 2013, SP2
Settings > Pipe Network > Right Click > Edit Feature Settings > Default Profile Label Placement, gets you to this point:
Does the highlighted line only apply at the time that the label is placed? I have multiple sewers to label and I want to each set of labels at a different elevation. Changing this default will have NO effect on existing labels?
View 3 Replies
View Related
Jan 8, 2014
I can create labels to display stationing in a profile, but is there a way to display the coordinates in the profile instead? When I need to move my pipes I am using the station I get from the profile label and then use grip move. If I could get the N, E, I could just type it in on the Vista table.
AutoCAD Civil 3D 2012 SP4
Windows 7 (64)
View 4 Replies
View Related
Jul 30, 2013
Water main pipe network profile labels for structures do not attach to the structure properly in C3D 2014 (this same label style works fine in all previous versions of the software, through the 2013 release). The labels come into the drawing at a northing of 0 rather than attaching to the structure itself. However, if you grip edit and reset the labels, they reset to their correct attachment point. Additionally, if you attempt to grip edit the profile labels with Ortho mode on, it moves the label back to a northing of 0. I've created a new block for the structure, but that does not resolve the issue.
I've included a link to a Chronicle video that demonstrates the label behavior. [URL] .......
View 3 Replies
View Related
Jul 30, 2011
If I have a Crescent Road (P - shape) where the Alignment returns to itself, when i draw pipe network parts in profile, the pipe network gets drawn wrong, ie. the tie-in structure at the intersection is drawn at the wrong station.
My understanding is that the structures will get drawn at the station closest perpendicularly to the alignment, so the structure is going to the end station as opposed to the beginning simply because the end segment of the alignment is closer.
Is there any way to make a structure use a different perpendicular station (without shortening the alignment)?I don't want to move alignment or structure.
View 8 Replies
View Related
Dec 2, 2010
I am having problems with the display of my structures in a profile view. Previously, when I change the inverts of the pipes connected to my structure it would automatically adjust the bottom (sump) of the box invert to match my lowest pipe. However, for some reason it has stopped doing it and is now displaying the sump invert incorrectly. I have my style set to "Display as a Boundary". I have edited the structure sump to be by both elevation and depth, but it does not update the sump elevation. I have tried to grip edit the sump but it seems to be locked at a certain elevation. I have a profile with 10+ structures and they are all at multiple depths. I realize there are minimum depths allowed by the structure, but I have exceeded the minimum depths in all cases. Attached is an image that depicts my problem. No matter what I do to change the depth it stays locked at a certain elevation.
Civil 3D 2011, SP1
View 9 Replies
View Related
Mar 2, 2012
We have a big piping job coming up and as Civil3d still lacks some of the labelling abilities we want in the profile view bands. I am updating some old vba that adds a profile line of the invert of a pipe network to a profile view effectively tracing along the bottom of the network like I know a lot of people do by hand.
My original code works on assuming that the start and end structure are at the start and end of the alignment in the revised code I want to allow for situations where this is not the case.
Leading to my question is there and easy way to find the distance a profile view part is drawn along the parent alignment or do I have look at writing my own function possibly extracting a polyline from the alignment and finding the distance using intersectionwith and distancefrom functions with the structure.
View 2 Replies
View Related
Mar 21, 2013
I'm trying to add assign a Pipe Network to a profile view Band in Civil 3D 2011. I was using COM to add profiles to bands because I couldn't figure out how to do it in .NET. But when it comes to pipe networks I don't see how you can do that with COM. How the .NET implementation is supposed to work? Here's the code I have that works for COM, except for the pipe networks. I essentially need to assign the correct pipe network to the band.
public static void AddProfileToBand(this ProfileView profileView, ObjectId profObjId, List<BandItemInfo> bandStyleInfosFromSet, ObjectId profileBandSetId){
using (Transaction tr = Application.DocumentManager.MdiActiveDocument.TransactionManager.StartTransaction())
[code]....
View 1 Replies
View Related
May 6, 2012
In plan production, I have created the sheets (plan & profile) as a seperate drawing.
when I open the sheets, the pipe network profile labels are missing in model & paper space. (attachment 01)
I tried to on/off the annotation visibility tabs in the lower right corner (attachement 03)
Note: While creating the sheets, I select the tabs for pipe network & copy pipe network labels to destination drawings (attachment 02).
View 2 Replies
View Related
Dec 7, 2012
I am using Civil 3D 2013. I work in an office where we have a few different flavors of Autocad (LT, MEP, regular vanilla AutoCAD etc...) and versions (2010 LT, 2011, 2012, 2013).
For the most part there isn't much inter-office drawing coordinate that has to happen, but there is the occasional project where multiple disciplines (Structural, Mechanical and Civil Site) have to share drawings.
The specific problem I am having is when I share my 2013 Civil 3D drawing with a user using 2011 MEP. He gets the typical rectangle for the proxy objects (in my case, my pipe networks for sanitary and storm drain). We've tried downloading and installing various object enablers, but there doesn't seem to be one for a 2013 to 2011 scenario. So I setup my parts to be on layers that he can just turn off. HOWEVER... the actual pipe network (not the structures, parts, labels etc... the network itself) ends up on layer 0. For this specific project, I do the old (ssget "x" '((8 . "0")) search to select all objects on layer 0, add those objects to a selection set (pselect), then in my modify objects dialog I filter for pipe networks, then change the layer to something other then 0.
While this is a workaround that works for me, what I really want to know is if there is a way that I can change the default layer that the network (again, not pipes, structures or text, the actual network) so I don't have to use the workaround. Any thoughts?
P.S. It's killing me that I had to create a new Autodesk login and now all my AutoCAD "street cred" is lost
"The source of expertise is not in the memorization of the minute details of a subject but in the thorough understanding of the fundamental concepts on which it is based."
View 9 Replies
View Related
Nov 20, 2013
Pipe network storm pipes: Fairly new to Civil3D and trying to set up parts list for the storm sewer pipe and would like the plan view to appear as it does currently. We use a polyline for centerline of pipe, similar to dashed linetype but line and space are the same, width set to pipe width.
View 1 Replies
View Related
Sep 25, 2012
I created pipe network for my storm drain project. I have located all the structures (manhole) to all angle point of my alignment as required. Also I "insert" manhole every 400' per local code requirements using the command "network layout tools; structures only. My problem is I couldn't find the tools how to trim the pipe that pass through the manhole. Please see attached pdf file.
View 1 Replies
View Related
Jun 20, 2012
Using Network Layout Tools, can you attach a pipe to a structure in a different Pipe Network? 2013 Civil 3D
View 6 Replies
View Related
May 10, 2013
I have 3 profiles that I've superimposed together. Then I created sheets using the superimposed profile. I used the wizard and had Civil 3d do it for me (2012). Now I have to add a 4th profile to the mix and get it to show in my profile views that have already been cut. The data is shortcut into the drawing with my cut profiles views. How do I get it to be in the cut profile views without re cutting everything?
View 1 Replies
View Related
Mar 22, 2012
I have multiple profile views with a pipe network. In a number of cases, I have a pipe that extends to the end of one profile view and continues on the next. I can label the pipe on one profile but not on the other. Is there a way to add two labels to the same pipe - one label on one profile view and another label on the other profile?
View 2 Replies
View Related
Apr 10, 2013
I have lost the ability to create a pipe network in a single drawing. Sorta. I can create a pipe network, and label it, and see it in my toolspace, but it won't display it for any style in any format. I can bring in a data reference and label those, but can not see pipe or structure outlines or anything to that end. I have tried to recover, audit, purge. I am at the end, currently creating the pipe network, data referencing it in, and then just drawing lines between the labels.
View 9 Replies
View Related
Jan 16, 2013
I have created a pressure pipe network (Plan view) from own created pipes and fittings, try to create an alignment from the network but C3D tells me that the selected network part has no connected parts?
How would I connect the network in order to create an alignment? (the pipe network has got a command to do that)
View 2 Replies
View Related
Jun 11, 2013
I have a drainage model, the data for which has been imported from microdrainage into Civil3d (.sws file) .
The engineer working on the project is playing around with the Invert and Cover levels so I reload the same updated .sws file into my model almost daily expecting the information shown in the labels of the pipes and manholes to simply change. Instead mine seem to disappear and I have to relabel the whole network again.
This wouldn't be much of a problem because labeling only takes a few minutes but with this particular scheme, the client wants the labels shown in a box with a leader. When I relabel, the boxes automatically snap to the center of the manholes without a leader and i then have to drag each one away from the manhole to get the leader to show up.
View 7 Replies
View Related
Dec 5, 2012
I'm creating a utility template. Earlier in the day, I'm able to assign pipe and structure rules to a network and create the network based on these rules. Within the past 30 minutes, however, it completely ignores the pipe and structure rules while creating the network.
I make sure there is a surface assigned to the network. I make sure the pipe rules are set correctly in the parts list. I'm using no null structures. NOTHING HAS CHANGED EXCEPT THE POSITION OF THE MINUTE AND HOUR HANDS ON THE CLOCK! It's like the Civil 3D went out to lunch and forgot to tell me that it's going to lunch.
-Civil 3D 2012
-intel Core i7 2.4 GHz
-8 GB of RAM
Windows 7 64-bit
Fred
-Civil 3D 2013 sp2
-Windows 7 64-bit
-Intel i7 Dual Core with 2.40 GHz
-8 GB of RAM
-AMD Radeon HD 6770M
-Civil 3D user since 2007
View 1 Replies
View Related
Nov 27, 2012
I have a user having an issue with drawing pipe networks. When they draw the pipe, the structure is not visible. A label shows up, and the structure can be found in the prospector, but is not editable in the plan view (see attached image).
I have a feeling it may be an issue with our pipe networks parts list and pipe catalog location. We have found an issue with our install that defaluts our pipes catalog to our local drives, but our parts list were created using a network drive. Several users have had an issue creating pipe networks when this has happened. However once we switched the pipe catalog to the netowrk drive the issue was resolved.
When we changed the pipe catalog location, it did not resolve the issues.FYI - I have tried the basics (layers on/thawed, pipe structure style layers on/thawed, audit and purge).We are using Civil 3D '09.
View 2 Replies
View Related
May 22, 2012
We are having trouble with one of our C3D 2013 seats crashing (giving a fatal error) when trying to edit or do anything with a pipe network. The drawings work fine on other computers. I am trying to keep from having to remove and reinstall the software.
View 5 Replies
View Related
Dec 14, 2013
I am working on an existing Pipe Network. I have a location where I have already placed a pipe and filled in the correct parameters for this pipe. But I realize now that there is a concrete headwall near the end of the pipe. So I was trying to insert the structure at the midpoint of a line I have created for OSNAP reasons so it would create the structure at the specified location. The problem is when I move the structure to create at this location, the "Break Pipe Marker" goes away and only shows when I am at a different location along the pipe. So I wanted to see if there was a command or feature to use to tell the software I want to place this structure at a specified location along this one section of pipe.
I wanted to see what my options were. I know I can grab one end of the pipe and move it to the location and then add the structure and pipe from there. But I did this insertion under different circumstances and it broke the pipe into 2 sections while still keeping the same and adding a (1) after it, which is pretty useful when reading printouts and showing that this is actually one pipe instead of 2 pipes.
C3D 2014 SP1
DELL Precision T3600
Intel Xeon E5-1650 @ 3.20GHz
NVIDIA QUADRO 4000 Dual Monitor
32 GB RAM / Win7 Pro 64-bit
View 7 Replies
View Related
Oct 1, 2013
I can design a network of open ditches and pipes in Storm and Sanitary Analyzes to handle the flows required but when I export them back into Civil 3D the open ditches disappears. How do I add open ditches to the pipe network?
View 1 Replies
View Related
Oct 11, 2013
Is it possible to get a Pipe Network Catalog for SUDAS specifications??
View 3 Replies
View Related
Jul 24, 2012
i am currently using civil 3d 2012. I am having issues with pipe networks and my data shortcuts. when i data shortcut a pipe network into another file, sometimes my structures just disappear after saving and closing out, then reopening - like they were never there.
View 4 Replies
View Related
Jul 9, 2012
I have run into a problem with my Pipe Network data shortcut. When I am in a drawing that is referencing my Pipe Network not all of my structures are showing up. I confirmed this by going to the prospector tab/pipe networks/storm/structures. According to the list It is obvious that not all of my network structures are making it to the new drawing. I've double and triple checked the source drawing to make sure that all the structures actually exist and they do.
I've deleted the data shortcut and recreated it and still nothing.
View 8 Replies
View Related
Sep 11, 2012
I have an alignment that I want to create a pipe network from using the "Create pipe network from object" command. I am able to create the pipe network, but it only places a structure at the beginning of the alignment. How do I get it to create structures at all of the vertices?
View 2 Replies
View Related
Feb 8, 2013
is there a way to get the drop down highlighted below to give me storm and sanitary instead of just "standard".
View 1 Replies
View Related