AutoCAD Civil 3D :: Slow In Selecting Grips For Structure / Pipe Labels

Jul 15, 2009

I have a pipe network that has labels for structures and pipes. To be able to read the information better, I click on a label and try to move by the grip. The problem is that it freezes the cursor for approximately 10 seconds before I can move it to grip the label and relocate it to another place. Did I miss any setting. Since this is slowing me down in plan production.

View 1 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: Box And RCP Pipe Callouts In Structure Labels?

May 24, 2012

we have serveral situations when we need to label both box culvert pipes and round rcp pipes on the same junction box label.  what we cant do is have civil 3d differentiate between the two, it will either give us box labels or rcp labels but not both.  we are using civil 3d 2011, does 2012 offer this feature and 2011 doesnt?

View 1 Replies View Related

AutoCAD Civil 3D :: 2012 - Pipe Structure Editing - Changing Preset Lists For Structure Sizing

Nov 4, 2011

We use C3D 2012 (metric only) - We are attempting to customize our list of structures for Sanitary Sewers.  The structure list shows sizes we do not use and we would like to modify them.  However, when we try to select the "Inner Diameter" it displays a list of sizes that we can not seem to modify or add to.

I have looked at some of the XML files to try and modify or add new sizes (example: AeccStructConcentricCylinder_Metric.xml) , but they do not seem to be recognized even after I restart the program.

Here is what the file looks like:

<ColumnConstList desc="Inner Structure Diameter" dataType="float" unit="mm" name="SID" id="CCL1" visible="1" context="StructInnerDiameter" index="0">

<Item id="i0">1200.0000</Item>
<Item id="i1">1350.0000</Item>
<Item id="i2">1500.0000</Item>
<Item id="i3">1800.0000</Item>
<Item id="i4">2050.0000</Item>
<Item id="i5">2300.0000</Item>
<Item id="i6">2550.0000</Item>

I tried modifying the last line replacing 2550 with 3600.

I also tried adding a line  <Item id="i7">3600.0000</Item>

I saved the XML file and restarted the program with nothing changing that I can see.

Looking for correct file(s) to edit so I can modify the LISTS that come up in the piping modules.

View 2 Replies View Related

AutoCAD Civil 3D :: How To Get Pipe Structure To Be Sphere Like Null Structure

Feb 12, 2008

One good thing about null structures is the way they display in 3D. They cover that gap in the pipe segments. Can I steal that shape?
I am currently using a simple cylinder for water pipe "joints" and turning it off like most people do I think.

View 4 Replies View Related

AutoCAD Civil 3D :: Connecting Pipe To Different Pipe Network Structure

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

AutoCAD Civil 3D :: Grips For Labels For Line And Curve Does Not Use Z Changes?

Aug 28, 2013

I'm using label for line & curve. 

I have discovered that the points from it is created are fixed in Z value.

You can use the grips with object snap , you can move the grips but the Z values are  preserved......

it should be to get the Z value of X,Y,Z given by object snap , isn't it ?

View 9 Replies View Related

AutoCAD Civil 3D :: Selecting Breaklines Where Are Grips?

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

AutoCAD Civil 3D :: Pipe Network Lost Grips

May 18, 2012

I’m having problems editing my pipe network in Civil 3D 2012, as you can see below some of the network parts have all the grips after editing while some of the pipes can only be edited once before I lose the grips. I have tried purge/audit, recover and the bug fix for sp1 that caused pipes to disappear.

View 2 Replies View Related

AutoCAD Civil 3D :: Lighting Up Grips When Selecting Point Group?

Oct 5, 2013

when selecting a point group from the prospector tab, sometimes the point grips will light up and sometimes only the points will be only dashed.

Having the grips light up like that is very useful when viewing a region with many point groups.

How do I toggle this on and off?

View 3 Replies View Related

AutoCAD Civil 3D :: Structure Labels In Profile?

Feb 12, 2013

I would like to have the leader arrow attached to the rim of the structure in profile view. Now they are attached along the side of the structure well below the rim. This is for the dragged labels. How can I adjust the arrowhead attachment point?

View 1 Replies View Related

AutoCAD Civil 3D :: Expressions In Structure Labels

Feb 21, 2013

We have a Structure Style that places a hidden block at the invert of the structure which uses an expression to accomplish Placing the invert text below the structure. (please see attached).

This particular expression was written for a 1"=30 Horz. & 1"=5' Vert. scale and we use it to label our structures in the profile view.

It works great for the 1:30 scale scenario but we also produce 1:20 & 1:50 scale plan / pfl sheets.

3 label styles can be used to accomplish this but would like to create one that would work for all three scenarios if this is possible? (Goal is 1 expression & label style as opposed to 3 of each).

I thought I had it solved & have tried various formulas but can't seem to get it to recognize the various distortions in scale. (The constant being the 5' vertical dimension for all 3 options)

50/5=10

30/5=6

20/5=4

C3D 2012 SP3 & C3D 2014 SP1
Win 7 Professional 64 Bit

View 9 Replies View Related

AutoCAD Civil 3D :: Expression In Structure Labels For Survey

Sep 6, 2013

I am trying to make a single point label style that will return a blank line in the label if no data is provided.
 
The way i have it coded now my label for a structure with only two inverts comes out looking like this:

STCB 500 Rim=300.00
12" CONC N IE=295.00
12" CONC S IE=296.00
IE=300.00
IE=300.00
 
I would like the number of lines returned to match the actual number of inverts in the structure and leave out the place holders.:

STCB 500 Rim=300.00
12" CONC N IE=295.00
12" CONC S IE=296.00
 
I can work around this by having a label style for each number of pipes, but i would also like this code to be inseted into a table style and in that case i don't know of any way to assign multiple styles to one table.
  
My current code looks like this:
RIM=<[Point Elevation(Uft|P2|RN|AP|GC|UN|Sn|OF)]>
<[1 SIZE(CP)]> <[1 TYPE(CP)]> <[1 DIR(CP)]> <[IE TEXT(CP)]><[1 INV(Uft|P2|RN|AP|GC|UN|Sn|OF)]>
<[2 SIZE(CP)]> <[2 TYPE(CP)]> <[2 DIR(CP)]> <[IE TEXT(CP)]><[2 INV(Uft|P2|RN|AP|GC|UN|Sn|OF)]>
<[3 SIZE(CP)]> <[3 TYPE(CP)]> <[3 DIR(CP)]> <[IE TEXT(CP)]><[3 INV(Uft|P2|RN|AP|GC|UN|Sn|OF)]>
<[4 SIZE(CP)]> <[4 TYPE(CP)]> <[4 DIR(CP)]> <[IE TEXT(CP)]><[4 INV(Uft|P2|RN|AP|GC|UN|Sn|OF)]>
LADDER <[LADDER(CP)]>
 
The problem is that 1 INV-4 INV are being defined by an expression that reads like

{Point Elevation}-{1 MD}

so when no data is intered for my UDP "1 MD"  it returns the point elevation. I want an equation that says if rpoitn elevation -measure down=point elevation then no data is shown.

View 5 Replies View Related

AutoCAD Civil 3D :: Reference Text In Structure Labels

Aug 16, 2012

I am labeling structures and need to use the station & offset for the street alignment not the alignment for the pipe network. It works great for the station but the offset is not working properly. It reads 0 as though it's reading the alignment for the pipe network. I've tried copying a label and adding reference text, creating a new label from scratch, putting 2 pieces of reference text in (1 for the station & 1 for the offset), and just doing the offset in the reference text instead of the station & offset...none of those have worked.

View 5 Replies View Related

AutoCAD Civil 3D :: Structure Insertion To Pipe

Jul 31, 2012

I have this block called gate valve. The base point is at the middle of the block. When I use this block as a style and insert it in profile it always places itself down low on the pipe. As you can see the grip is way above the top of the block and I have to move it into place anytime I use one. If I change the pipe inverts the gate valve block style lowers itself once again and I have to move it up into place. I have changed the base of the block but it makes no difference.

This is how the structure look in the object viewer. Notice the one on the right is the block that needs to be raised, however in the viewer it shows placed correctly.

View 7 Replies View Related

AutoCAD Civil 3D :: Pipe Connections To A Structure?

Jul 30, 2010

Is possible to connect a pipe to a structure and not have in connected to the structure center? 

I have some two-tiered structures that are 108" dia for the bottom section and 48" dia for the top section.  The 48" top section is not centered I need my small 12"-15" pipes to connect to this section of the structure.

Civil 3D 2014
Win 7

View 2 Replies View Related

AutoCAD Civil 3D :: Pipe Structure Rim Insertion?

Apr 10, 2012

I have setup a reference surface for all of my structures and a sump depth of 0. All of the rims are being inserted about 1.6' above my reference surface. I am not able to grip any of the rims and lower them. It will not allow me to do so. Even if I grip the invert and make the structure extremely deep, I still cannot change the rim. I've had this problem in the past but don't recall how to correct or what I've done wrong in the setup.

View 9 Replies View Related

AutoCAD Civil 3D :: Pipe Structure With Sloped Bottom?

Jun 8, 2012

In the Pipes Parts Builder is it possible to create a stucture that has a sloped bottom? I would like to try and built a trench drain structure.

View 1 Replies View Related

AutoCAD Civil 3D :: Insert Structure In Pipe Network?

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

AutoCAD Civil 3D :: How To Customize Pipe Structure Inner Diameters

Aug 8, 2007

At the moment I'm trying to make a sewage pipe network, and I need something with a 7' diameter manhole. I'm trying to use Concentric Cylindrical Structures, and I'm not able to make or use a part size with an 84 in. diameter.

Is it possible for me to enter in my own value for that property, instead of having to use the pull-down menu?

View 4 Replies View Related

AutoCAD Civil 3D :: Leader Attachment To Pipe Structure?

Jul 25, 2012

I would like the arrowhead for the leader labaling my structure in a pipe network to attach to the outside edge of the structure.  Right now it attaches to the middle of the structure and is covered by the block representing my structure. 

View 9 Replies View Related

AutoCAD Civil 3D :: Perpendicular Pipe In Structure Profile

Jan 28, 2013

I have a pipe network and a profile for it.  Some of the structures have 2 inlet pipes.  The pipe system more of less goes down a road, so every now and then there is a cross pipe into a structure.  I have masking turned on under the structure style->profile setting.  I want to see the cross pipe, so I found on here that all I need to do is under structure style->view direction (profile)->make Structure Pipe Outlines visible.  I did that and still no cross pipe shows up.  If I turn the masking off it is there.  

View 5 Replies View Related

AutoCAD Civil 3D :: How To Work With Structure And Pipe Profiles

Nov 13, 2013

Going through the API, I can't find a class that would let me work with pipe or structure profiles.

View 4 Replies View Related

AutoCAD Civil 3D :: Pipe Network Structure Editing

Mar 19, 2012

I am using a structure table as a workaroumnd to get a dynamic point tab;e that also shows station offset. It shows Name, N, E, Elev, Sta, OS

I want the elevation shown in the table to be the elevation that was pulled from the specified surface when I set the structures, PLUS 2 inches.

I tried making them all Null Structures, but I am unable to edit the height of the structure - it wants to be 1.467 and won't change.

I am not even sure what i am doing since I don't use pipe stuff all that often.

My machine is hung on the Edit Networks part dialog, which I *think* is where I was trying set the height of a structure.

I tried creating a new structure and it wants half a million parameters for a simple cylinder, even though the ONLY thing I care about is the insertion point and adding 2 inches for the table.

C3D 2012 on 64bit Win 7 all up to date
Dell Precision 7core 8GB RAM
NVIDIA Quadro FX 1800M
LDT/C3D user since release 12

View 2 Replies View Related

AutoCAD Civil 3D :: Adjustable Length Leaders On Structure Labels In Profile

Aug 12, 2012

Any way to label my structures in profile with a vertical line that shows the structure ID, Station number, invert data, etc. all on an adjustable length line. Ive got it worked out for how to show it on a  fixed length line, but the problem is when you have multiple structures in close proximity the labels tend to overlap. Dragging the labels upward pull the leader line compnent with them and they do not remain anchored to the structure. When I say leader, I am not referring to the dragged state as that creates a leade with a landing at an angle. What I really want is a line component that stay perfectly vertical and remains anchored to the structure insertion point even though I drag the text of the label upward. Is there a way to do this? Seaching the internet and reviewing ym texts has yet to yield an answer.

View 7 Replies View Related

AutoCAD Civil 3D :: Structure Labels In Profile - Different Text Size / Color

Oct 16, 2012

Suppose you have an existing structure that you are going to tie into with a proposed pipe.

We label existing structures with smaller text and a different color (as opposed to proposed labels)

Is there any way to label the structure where the one single proposed pipe text is a larger text size with a different color, as shown here?

View 2 Replies View Related

AutoCAD Civil 3D :: 2014 Null Structure Labels In Profile Drop To Zero

Aug 20, 2013

Some of our structure styles for null structures are set to display as a block in profile.  When we label these null structures in profile, the label dimension line extends to down to zero, way off the profile view.   When I change the style to display the boundary of the null, the label pops back into place, but when I change the style back to a block, it will drop back to zero.  I just upgraded to 2014 and this did not occur in 2010-2013.  I've upgraded a drawing with existing profiles and also created a new pipe network and the results are the same.  What changed in 2014 that would cause this?

View 4 Replies View Related

AutoCAD Civil 3D :: Adjust Line Spacing In Network Structure Labels

Mar 1, 2013

I have questions in 2012 pipe network labels.

We are having problems with running out of space and would like to squeeze the line spacing between lines to get more room.  We know how to do that in standard MTEXT but can't find the equivalent in the label settings.

I have also noticed problems getting dragged pipe labels to stack.  I check the box to stack on drag, but it doesn't seem to do it.  We created a separate stacked label style.

View 2 Replies View Related

AutoCAD Civil 3D :: Pipe Network Structure Label Layers

Jan 8, 2013

I have a pipe network created that is shown in multiple drawings.  I created labels for the structures showing Rims and Inverts. How to put the Rim info on a different layer than the Invert info?  Right now the label has 3 different components...I feel like there has to be a way to put each component on different layers...

View 6 Replies View Related

AutoCAD Civil 3D :: Unable To Add A Structure To Existing Pipe Network

Jan 24, 2012

Is there ever a reason the option to add pipes or structures to an existing network would be grayed out? A colleague of mine called a week ago and wanted to add a manhole to the end of a pipe network where he had a clean out.

I didn't see his drawing but over the phone he tells me the button to add pipes and structures was grayed out. It wasn't giving him the option to add both or either or.

View 7 Replies View Related

AutoCAD Civil 3D :: Deleting Data From Pipe / Structure Tables

Jul 19, 2013

I am trying to delete a few rows in both my pipe table and my structure table but the 'remove items' button doesn't work.

View 2 Replies View Related

AutoCAD Civil 3D :: Specific Structure Label - Pipe Network

May 21, 2013

I need to make a structure label that defines the "PIPE FALL" for each incoming pipe. By "PIPE FALL", I mean the elevation difference between the bottom of the structure and the incoming pipe invert elevation. 

Actually, I thought it was going to be pretty simple, just by doing: 

PIPE FALL = INCOMING PIPE INVERT ELEVATION - OUTGOING PIPE INVERT ELEVATION <CONNECTED PIPE OPPOSITE STRUCTURE NAME> 

or 

PIPE FALL = INCOMING PIPE INVERT ELEVATION - SUMP ELEVATION <CONNECTED PIPE OPPOSITE STRUCTURE NAME> 

I just need to define the elevation difference between the bottom of the structure and the incoming pipe invert elevation.

View 9 Replies View Related







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