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


ADVERTISEMENT

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 :: 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 :: 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 - Pipe Network Structure Profile Label

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

AutoCAD Civil 3D :: Null Structure Description

Apr 18, 2011

We use a lot of Null Structures but then give them different descriptions.  More often than not when I give them a description and then get out of the drawing, the next time I get back in it says "Null Structure" again.   How can I keep the description the way I want it?

I know that "the right way" would be to have specific structures made for each of these items, but that doesn't seem to be a priority at my company..

View 9 Replies View Related

AutoCAD Civil 3D :: How To Base Structure Profile Label Location On Top Of Profile View

Nov 4, 2013

I'm working with a structure profile label style and it seems like the only way to anchor the position of the label is based on offsets from the structure itself... Any way to position the label based on the top of the profile view, so that I could make all of my labels horizontally aligned above the profile view?

View 9 Replies View Related

AutoCAD Civil 3D :: Profile Band / Profile Structure Mask

Jul 9, 2012

where to change the text height and color for the lower band where the stations are.  Also, how do I get the exist grade and proposed grade to show at the specified stations vertically like LDD used to do it.

Second, how do i mask the pipe in the manholes on the profile.  Right now i can see the pipe inside the manhole.  I clicked "enable masking" under the structure properties but no luck.

View 2 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 :: 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 :: 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 :: 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 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 :: Structure Properties - Drop Down Menu Missing?

Aug 25, 2011

How can I get the drop down menu of previously input data to come back?  I was here on a previous computer so I assume its something in the part catalog or part builder?

Currently operating Autodesk Civil 3D 2012, AutoCAD 2012, Bentley MicroStation V8i

View 9 Replies View Related

AutoCAD Civil 3D :: Structure In Profile View

May 5, 2013

how can i set the smub of a structure at the crown of a pipe not at the invert?

View 3 Replies View Related

AutoCAD Civil 3D :: Profile Structure Label Wipeout?

Apr 11, 2013

I would like to add a wipeout to this structure label so I don't see the profile view grid lines. I want the wipeout to be the exact width and height of the label. I have tried numerous edits but can't seem to get it. What is the easiest/best way to add this wipeout?

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 :: Edit Profile Structure Block

Jun 7, 2012

See attached .pdf file.

I would like to delete the horizontal line (white line) from our sanitary profile structure. I have outlined it with a yellow cloud. I want to permanently delete it from our style. I can access the style in the Prospector but cannot figure out how to edit the block to delete the line in question.

View 2 Replies View Related

AutoCAD Civil 3D :: 2014 - Corridor Drop Down Menu

Jan 3, 2014

Quick question...In Civil 2014 should there be a drop arrow here with the selections "Create Simple Corridor" and "Create Corridor" ?

View 4 Replies View Related

AutoCAD Civil 3D :: Pipe Structure Not Correct In Profile View

Sep 6, 2013

Every structure for my Sanitary pipe network is showing up properly in the profile view except the last 2.  They're showing as rectangles when they should have the cone on top.  I've checked the properties of the correct ones and the incorrect ones and they're the same style.  I looked at the parts and I couldn't see anything wrong with them.  In the screenshot you can see that the 3 manholes on the left are the correct kind with the cone whereas the 2 on the right are just rectangles.  

View 8 Replies View Related

AutoCAD Civil 3D :: Pipe Structure Won't Show Up In Profile View

Feb 22, 2012

I've been having a problem with a pipe structure not showing up in a profile view.  I have a single pipe network with everything (pipes and other structures) showing up in the profile when I select them, right-click, and click on "Draw Parts in Profile".  Like I said, this works for all the other pipes and structures in the profile except one.  When I select the structure individually and try to draw it into the profile, it still won't work.  A friend told me to make sure that the structure is within the surface, and it is.

I'm using AutoCAD Civil 3D 2011.

View 6 Replies View Related

AutoCAD Civil 3D :: 2011 - Profile Structure Doesn't Update When Changed

Oct 3, 2012

profile structure doesn't update when changed.  First, the rim to sump value will not change with sump defined by depth and trying to change the sump depth (going deeper and no rules exist).  Second, change to define sump by elevation and the sump elevation changes and the grip changes to the correct elevation, but the part outline doesn't change.  I've read where the part catalogue location should be updated.  I did.

View 3 Replies View Related

AutoCAD Civil 3D :: Labeling Pipe Structure On Profile With Multiple Networks?

May 7, 2013

I have an existing pipe network and a proposed pipe network.  When I label a structure in my profile view, how do I combine the different network information?   (Or do you usually have one network for both proposed and existing?)

For example, I have an existing pipe that will remain, but I will replace the structure and connect it to new pipes.  On my label, I want to label proposed structure, pipes, and existing pipe using italics.

View 2 Replies View Related

AutoCAD Civil 3D :: Disappearing Profile Labels?

Jul 25, 2012

acad c3d 2013

My sag and Crest profile labels disappear when opening the drawing.

View 6 Replies View Related

AutoCAD Civil 3D :: Profile Alignment Labels

Oct 4, 2012

I would live to label the PVI on my Profiles but not show the PVI label at the start and end of my profile. How to set this?

View 1 Replies View Related

AutoCAD Civil 3D :: Show Inside Diameter Of Structure In Plan And Profile View?

Jul 9, 2013

how to show the inside diameter of structure in plan and profile view. Do I have to make sump and wall thicknesses 0 to do so?

View 5 Replies View Related

AutoCAD Civil 3D :: How To Create Expression In Structure Reference Alignment Profile Elevation

Aug 3, 2013

I am create the stron network. I want structure profile elevation. How to create expression in  structure reference alignment profile elevation.

View 9 Replies View Related

AutoCAD Civil 3D :: Structure Pipe Crossing Profile / Section Incorrectly Displayed

Jul 25, 2013

Noticed this in R2013? Not bothering to check with 2014 yet as I don't really use it.I have three vports. TL is Profile view, TR is SV and other is 3d.

There seems to be slight difference between the pipes in the profile/sections compared with the Structure pipe crossing.

All styles are set for External walls, when swapped to internal this is still incorrect. All pipes are same size & part and are Horizontal. Sections / alignment is taken along centre of pipework.

View 5 Replies View Related

AutoCAD Civil 3D :: Profile View Vertical Labels

Feb 29, 2012

How to "NOT" label the top elevation in a profile view? (see attached pic)

I can live with the far right and left vertical labels if I could turn the top elevation off.

Civil3D 2014 SP1
Win 7 Professional - 64-bit
HP Z400
Xeon W3550 @ 3.07Ghz
24GB of RAM
Nvidia GeForce GTX 760

View 3 Replies View Related







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