AutoCAD Civil 3D :: Hiding Profile Elevations In The Band

Mar 21, 2012

Attached is a drawing with my profile along with elevations in the band.

UPPER BAND - has proposed road elevations on the left and existing road elevations on the right.

LOWER BAND - has pipe elevations on the left and the SAME existing road elevations on the right.

I've been messing around in the profile view properties but cannot hide the duplicate elevations in one of the bands.

View 1 Replies


ADVERTISEMENT

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 :: Creating Profile Bandsets With More Than 2 Profile / Surface Elevations Shown

Mar 14, 2013

Im creating a Profile Bandset and would like to have multiple surface/profile elevations shown, ie: EG, FG, Back of Curb and Back of walk. While creating this bandset I see that the text component editor properties only has code for profile 1 elevation and profile 2 elevation in the properties area, which the code for this looks like below.

<[Profile1 Elevation(Uft|P2|RN|Sn|OF|AP)]>
<[Profile2 Elevation(Uft|P3|RN|AP|Sn|OF)]>

Ive tried to write my own code using the profile 2 as an example but it doesnt seem to work as a 3rd surface/profile and only seems to mimic the profile 2 elevation when placed in the band

My questions are as follows

1) does Civil 3d only allow 2 surface elevations in any band set? if it does allow more profiles/surface elevations what am i missing to create it? 

2) if Civil 3d does alow for multiple surfaces to be shown in the band set how do i get the text component editor to supply the extra profile elevation codes? or would i need to create from scratch

3) if i need to write the code from scratch does any listing of the codes and meanings of each code ie what does RN, Uft, Sn and so forth do and mean .

View 3 Replies View Related

AutoCAD Civil 3D :: Profile View / Band

May 22, 2013

How to upload Civil 3d Sample profile with full band 

View 1 Replies View Related

AutoCAD Civil 3D :: Profile Band Elevation Precision?

Jun 20, 2008

In the profile band the elevations are set to 3 decimal places. I just want to get it to 2 places.

View 3 Replies View Related

AutoCAD Civil 3D :: Profile Band Style Setting?

Aug 26, 2013

In the Band Style_A pdf you can see the location of my elevation labels, they are below the bottom line of my profile view grid. In the Band Style_B pdf the labels are showing up in the proper location (above the bottom line of the profile view grid). To move the labels to the proper location I changed the "Gap" setting from 12.5 to -24. Is there a way to change this setting in my "style" rather than have to go make this change to the style every time I use it in a profile?

View 3 Replies View Related

AutoCAD Civil 3D :: Profile View Band Labels

Apr 4, 2012

Is there a way to get the ProfileBandLabelGroup labels from a profile view. I see I can get the ProfileViewBandItems, but don't see a way to convert it into the labels. I'm looking to override the text components. The code below does that, it's just getting the object without having to have the user select it.

ProfileBandLabelGroup labels = ssResult.ObjectId.GetObject(OpenMode.ForWrite) as ProfileBandLabelGroup;
LabelStyleTextComponent textComponent = labels.GetAt(0).GetTextComponentIds()[0].GetObject(OpenMode.ForRead) as LabelStyleTextComponent;
Autodesk.Civil.DatabaseServices.LabelGroupSubEntity label = labels.GetAt(0);
label.SetTextComponentOverride(textComponent.ObjectId, "blue");

View 3 Replies View Related

AutoCAD Civil 3D :: Profile Band Vertical Geometry PI

Jan 16, 2013

I did a grading, created surface with it and draw a profile view. Everything seems to be good, except with the vertical geometry band. I need to fix slope and length only at break point, means PI (blue line), but aligment has  created more PI with each surface tringular line at intersection (us i note). Is there any why to specify PI only at a break points?

I can erase PI manually on static profile view mode, but i desire to do it in dynamic mode..., in case when conditions changes.

View 2 Replies View Related

AutoCAD Civil 3D :: Profile Data Band Label Group?

Apr 7, 2012

So I've got a collection of the LabelGroupSubEntity in the ProfileDataBandLabelGroup. I need to replace some values inside them based on what Vertical Geometry Point they are labeling. Is there an easy way to determine what station value it is labeling?

View 2 Replies View Related

AutoCAD Civil 3D :: Profile Band Title Text Style

Jul 2, 2013

Is there a way to make the Profile band title a specific text style?  At the moment it seems that when I access

Profile Properties>Pick Band Style>Profile Data Bans Style>Compose Label>Label style composer

I go to the Contents (under Text) and edit it to bring up the Text component Editor.

In this if I go to the Format Tab the text style is set to annotative, however under that it says font style as an overide. How do I remove the override and set the style of the text to the text style. And how do i change the text style.

View 3 Replies View Related

AutoCAD Civil 3D :: Missing Profile View Band Labels

Jan 20, 2010

I cannot for the life of me get the start and end labels for any band to display within a profile view. Each band has the 'label start' and 'label end' labels ticked and the major/minor labels display at every other point but don't display anything at the start of the view or end. The profile views are taken from a simple straight alignment and the profiles themselves extend the full length of the view.

View 9 Replies View Related

AutoCAD Civil 3D :: Profile Band Labels Keep Disappearing And Won't Plot

Aug 13, 2012

I am running CV3D 2011 on a Windows 7 64 bit workstation.  I have a road profile that has a band which labels the existing and proposed profile elevations.  For some reason the profile band labels (including the stations)  randomly disappear and all you see is the band box.  If you REgen they will reappear but will dissapear again when you plot preview and they WON"T plot...even though they are there in the drawing!

Civil 3D 2013 SP2 | Win 7 64-bit SP1
Intel Core i5-2500 @ 3.30GHz, 8GB Ram | ATI Radeon HD 5450

View 4 Replies View Related

AutoCAD Civil 3D :: Profile Band - Spanning Pipe Labels

Mar 30, 2012

I was looking at placing pipe information into a Profile Band. I see that I can include the following properties in a pipe label in the profile band:

<[Total Slope Across Span(FP|P2|RN|AP|GC|UN|Sn|OF)]>
<[Number of Pipes in Span(GC|UN|Sn)]>
<[Drop Across Span(Um|P2|RN|AP|GC|UN|Sn|OF)]>

Only problem is they don't actually give me the information of a spanning pipe, only a single pipe. I see no way of choosing which pipes will be spanned. Am i missing something in the creation of the profile band that allows me to choose the spanning pipes or is this broken?

View 2 Replies View Related

AutoCAD Civil 3D :: Profile View Data Band Location

May 23, 2013

i'm trying to get my data band flush with the bottom of my profile view. See attached screenshot.

Windows 7 x 64 bit
NVidia Quadro 2000 Dual Monitor
6.00 GB RAM
Intel Xeon W3550 @ 3.07 GHz
Civil 3D 2013 SP 2, Civil 3D 2012 SP2, Civil 3D 2011 V3, Civil 3D 2010 V3

View 2 Replies View Related

AutoCAD Civil 3D :: How To Add Super Elevation Detail On Profile Band

May 14, 2013

How to add super elevation detail on Profile band.

View 1 Replies View Related

AutoCAD Civil 3D :: Profile Line And Band Text Shift In Viewport

Sep 23, 2010

We are using Civil 3D 2010, Version 4.1 and it is being used on both WinXP and Win7.

This is an issue that has been coming up at different times with profile views and them shifting when viewed from our viewports in our layout tab.  It looks correct in the model space.  But it shifts to the right 10' in the layout tab.  We have 7 tabs in this drawing.  I have looked through all of the profile view settings and it does not seem like any of these are the issue.  I created a new viewport in the same tab and received the same shift to the right.  I then created a new tab in the same drawing (not copied from the one that has the issue), created a new viewport, and the shift is not there.  The PSLTSCALE, MSLTSCALE, and LTSCALE are all set to 1 in all of th tabs.

Woudl there be a layout tab setting that is causing this? This is happening on all of our machines with this drawing so I know it is not a specific user/machine issue.  I have attached a .pdf showing the three cases described above if that were to provide any additional insight.

View 9 Replies View Related

AutoCAD Civil 3D :: How To Change Color In Profile Data Band Label Group

Jul 13, 2012

I want to change my elevations color to green and the other one to yelow.  I can't not find this option. I using 3D 2011.

View 1 Replies View Related

AutoCAD Civil 3D :: Change Radius To Degrees In Horizontal Geometry Band Set Profile

Sep 25, 2013

How to set change the radius to degrees in horizontal geometry band set profile.

View 2 Replies View Related

AutoCAD Civil 3D :: Profile View Properties - List Of Band Display Error

Oct 15, 2013

The list of bands with location selected as 'bottom of profile view' is blank, where as 'top of profile view' displays the info correctly. With this error I can't select any of the band to add remove modify them.

I have attached 2 pdf's showing top and bottom views.

View 1 Replies View Related

AutoCAD Civil 3D :: Deflection Angles Labeling In Alignments In Band Set Or Profile View

Jun 23, 2012

How to show the deflection anglesof alignments. I want to show those angles in band set or profile view.

AutoCAD Civil 3D 2012 SP 2

View 9 Replies View Related

AutoCAD Civil 3D :: Offset Which Controls Distance Between Profile Grid And Data Band

Oct 12, 2006

Where the heck do I find the offset which controls the distance between the profile grid and my profile data band?

I have compared settings between ones that look the way I want and I'm just not seeing it.

(The attached doc shows you what I'm up to)

View 9 Replies View Related

AutoCAD Civil 3D :: Add Assign Pipe Network To Profile View Band In 2011

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

AutoCAD Civil 3D :: How To Change Profile Elevations Precision

Mar 11, 2013

how do I change the precision for the elevation?

View 3 Replies View Related

AutoCAD Civil 3D :: Profile Bands - EG Elevations Blank

Jun 28, 2011

Civil 3D 2011: 

I have 7 roads in my drawing and all of the profile data bands except one are correct.  We first started with an overall profile with the EG created from a surface and the FG created by drawing in profile, then created multiple profile views.  The only thing wrong with the one road profile is the data band is not showing the EG elevations.  The strange thing is under Profile View Properties - Bands Tab, Profile 1 is set to EG and Profile 2 is set to FG, so it recognizes it is there and is also shown in the profile, however no elevations.  I have tried recreating the multi profile views.  Attached is a screen shot to give you a visual. 

View 2 Replies View Related

AutoCAD Civil 3D :: Existing Profile To Show FG Elevations

Feb 15, 2013

I'm currently working on a profile and I just don't understand why my profiles barely show any stations.  It doesn't even show the very first station.  I remember checking on a box that mentioned showing the 1st station and still nothing.  I've gone into the edit band style and turned on the labels at minor stations but it just turned on the FG/EG elevations.

I've added a picture showing what i'm talking about.  It only shows stations 31+00 and 32+00.  Not 30+00 or the 50' increments.  Also, while I'm on the subject.  How do I get something proposed into this existing profile to show FG Elevations.  Example if I just wanted to strike a straight line from 30+00 to the end where the elevation is a 91' & 86'.

HP Compaq 8100 Elite
Win 7 Pro SP1 - 64Bit
8GB RAM
i7 860 @ 2.80 GHZ
AutoCad Civil 3d 2012 SP1

View 1 Replies View Related

AutoCAD Civil 3D :: Adding Profile Elevations To Alignment Labels

May 10, 2010

Is there a way in C3D to add elevation information from a profile to an alignment label? What I'm trying to do is add labels to an alignment in a plan view with elevation information from a profile design associated with that alignment at a particular station. For example, the note would read:

ALIGNMENT B
STA: 12+83.67
ELEV: 435.87

I can't figure out how to add any elevation data to the alignment note. I really don't want to have to create a section and a corridor surface, but that's the only way I can think of right now... and I'm not sure that would actually let me add a station and elevation in the same note in a plan view.

View 9 Replies View Related

AutoCAD Civil 3D :: Profile View / Displaying Two Elevations Per Chainage

Apr 11, 2013

I've drawn a profile and would like to show the elevations of each surface selected in different bands. I've set up the bands easily enough though when they display on the section I've got two levels either side of the chainage line one with 0.01 precision and one with 0.001 precision - I only want to display one. I've tried fiddling with the Profile View Properties but don't seem to be getting very far..

View 3 Replies View Related

AutoCAD Civil 3D :: Change Profile Elevations Of Intersecting Roads

Dec 18, 2013

Is there a way for the program to automatically change profile elevations of intersecting roads.

Say for example i have two intersecting roads ROAD A and ROAD B.

On my ROAD A profile at station 0+300 i have a proposed road elevation of 9.5
On my ROAD B profile at station 0+000 (intersecting point) I have the same proposed road elevation of 9.5.

Now i change my ROAD A profile at station 0+300 to 10.3

Is there anyway to allow the program to automatically change my ROAD B profile elevations to 10.3 

IF NOT--

and I have to use the Annotate > Add Labels > Profile View > .......................... labels,

Is there a way for those labels to link across the profiles such that , On my ROAD A profile at station 0+300 i put the label at the elevation of 9.5

On my ROAD B profile at station 0+000 (intersecting point) I have the same label at the elevation of 9.5

Now i change my ROAD A profile at station 0+300 to elevation of 10.3 then is there a way for it to automatically raise the ROAD B elevation label

So that I would know, without having to manually check through, that there is a discrepancy between those intersecting roads. So the real list of my query is whether I can link my alignments, profiles or annotation labels.

View 6 Replies View Related

AutoCAD Civil 3D :: How To Edit Feature Line Elevations In Profile View

Sep 26, 2013

I have a finished grade surface and I have a feature line that is my waterline. I created an alignment and then recreated my feature line so they would be linked. I can then create a profile using my alignment and that shows my surface at that alignment. I can even add the waterline by using project objects to profile view. 

I need to be able to edit the feature line elevations in the profile view by creating and erasing PVIs so this will tie back to my geometry.

AutoCAD Civil 3D 2012 SP4
Windows 7 (64)

View 9 Replies View Related

AutoCAD Civil 3D :: Labeling Centerline Existing Ground & Profile Grade Elevations?

Mar 28, 2012

I am trying to label existing ground & profile grade on my cross-sections the way old Land 4 used to do it.  I've muddled through section view property style settings, band settings, group properties w/no luck.  It can't possible be this difficult.  What am I missing?

View 5 Replies View Related

Lightroom :: Where Lens Profile / Correction Module Is Hiding

Jan 9, 2012

Unless it is hidden away in an area i've yet to discover, where the lens profile/correction module is hiding? Simple enough to enable in 3.5...alas, can't find it in 3.6.

View 3 Replies View Related







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