AutoCAD Civil 3D :: Profile View Station Labels

May 23, 2012

I have a profile view created with several surfaces including a proposed surface.  The stationing on the X-Axis of the profile view corresponds correctly with the PT's, PC's etc on the proposed surface profile, however the the labels that are actually on the profile line are giving me values such as PC: 0+668.62 when it should read 21+93.63. 

I can't seem to find a correlation in the two numbers and am having difficulty changing the style to correctly reflect the stationing.  

View 2 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: Moving Profile View Labels With The Profile View?

Jul 20, 2012

I tried moving a Profile View and even though I selected everything at once and selected a base point and destination point, the Profile View Station and Elevation labels moved with a different offset than the Profile View itself.  ?

Civil 3D 2012

View 2 Replies View Related

AutoCAD Civil 3D :: Getting Station And Elevation From Profile View

Oct 31, 2012

I am using LISP in C3D 2012.  I am trying to get the station and elevation of a point I pick in a profile view.  I found the Method that will get that info, but I can';t seem to get the syntax right.This is the Method;

HRESULT FindStationAndElevationAtXY(
    [in] double X,
    [in] double Y,
    [out] double * pStation,
    [out] double * pElevation,
    [out, optional] VARIANT * pInBounds
[code]...

View 4 Replies View Related

AutoCAD Civil 3D :: Projected Objects Station In Profile View

Nov 25, 2011

I have set one station equation in my alignment and it displays correctly in horizontal view and in profile. But stations of projected objects after that equation are not correct in projected object label. It displays station values as it would be without station equation. If i manually insert profile view label for that point it is correct.

As you can see in attached image green station value (that one is label for projected points) is wrong because it does not take equation into calculation. How to make projected objects labels to consider station equation?

View 3 Replies View Related

AutoCAD Civil 3D :: Alignment Station Offset In Profile View

Apr 27, 2013

Is there anyway to display Alignment Station Offset Label at Profile View because sometimes i want to display where is the phisical noze location in profile view also my attached file display what i have in my label and how display my label in profile view.

View 7 Replies View Related

AutoCAD Civil 3D :: Get Profile Start And End Labels To Appear Even After Checked Label Start Station

Feb 22, 2012

I can't seem to get my profile start and end station labels to appear even after I checked "Label start station" and "label end station" in the profile view properties.

View 2 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

AutoCAD Civil 3D :: Pipe Labels In Profile View

Apr 25, 2012

I click on my pipe in profile. Right click and add label. I see nothing, no label. All layers on and un-frozen.

View 6 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 :: 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 :: Storm Drain Profile View Invert Labels?

Dec 30, 2013

I've attached an image of a storm drain invert label for a storm drain profile.  As you can see, the middle manhole has all three inflow pipes labeled.  Is there a way to only label the inverts of the two pipes shown in the profile view? 

C3D 2014
Windows 7 64-bit

View 5 Replies View Related

AutoCAD Civil 3D :: How To Edit Station Labels

Mar 28, 2012

First - the alignment station label text size when viewed in model space is fine but when viewed in paper space it comes in way to big. How do i adjust this so i see things in paper space as they are in the model?

Second - Would like to adjust the station label style from the defalt 0+00.00 to 0+000.000

View 3 Replies View Related

AutoCAD Civil 3D :: Station Labels On Vertical Curve

Oct 23, 2012

I have two different label styles set up under Profile > Label Styles > Major Station.

I would like to have one of these labels applied to tangents in my profile and a the other one to curves.

View 9 Replies View Related

AutoCAD Civil 3D :: Station Offset Labels Of Blocks

Apr 25, 2012

how to set-up a style what i want to do is label the station and offset of the insertion point of a block by selecting that block and placing the name of the block at the end of the label. as such it would read sta: 14+58.25 - L12.50' P Pole

View 3 Replies View Related

AutoCAD Civil 3D :: Station Labels Not Annotated In Paper Space?

Mar 28, 2012

I am having a problem where my station labels are the correct size in model space, but when I switch to paper space they stay really small. I think it is a mm/m problem but can't seem to find a solution in the properties of the station label group. If I type a piece of mtext it works fine.

View 4 Replies View Related

AutoCAD Civil 3D :: Station Labels Text Height Too Small

Jul 8, 2013

I am trying to do centerline stationing but the texts are coming out too small and the tick marks are not showing up.

View 2 Replies View Related

AutoCAD Civil 3D :: Change Station Increment To 25 Feet And Have Labels

Nov 12, 2013

I have an alignment and have station labels.  The alignment is labeled with "Major Stations" at every 100 feet.  I need to change the station increment to 25 feet and have labels.  I have done this although station 1+25 is still reading 1, station 1+50 is reading 1, etc.  There is a precision variable somewhere, and I can't figure it out.  I have played with the alignment labels style but no luck.  Is there a global drawing settings somewhere that might be controlling this?

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Getting Station And Elevation From Profile View?

Mar 22, 2013

can i use  the "methods supported"   " FindXYAtStationAndElevation" to retrieve a elevation and station from a profile view?

View 4 Replies View Related

AutoCAD Civil 3D :: Editing Multiple Alignment Station Offset Labels

Mar 19, 2013

I am trying to edit labels for a particular alignment. All labels are along the same alignment and use the same alignment style. I need to change "defl." in each of those labels to "defl:". So simply changing the period to a colon. But it is a lot of work to go through each label and then in edit label text and then change it. Plus, I have to do this on 12 sheets. That's like 300 labels! Is there a quick way to achieve this. If it were simple mtext or dtext then I could use the find and replace option, but these are civil 3d alignment station offset labels? Is there a lisp that can accomplish this task? I am using Civil 3D 2010.

View 3 Replies View Related

AutoCAD Civil 3D :: Changing Alignment Station Labels To Round To Nearest Number

Aug 21, 2012

I have a roadway alignment and it is ending on 4+50.86, we simply want the alignment end to read on 4+51. is it possible to make this happen?

View 4 Replies View Related

AutoCAD Civil 3D :: Modify Leader For Station And Offset Labels To Underline Top Line Of Text

Dec 10, 2012

How do I modify the leader for station and offset labels to underline the top line of text?

View 3 Replies View Related

AutoCAD Civil 3D :: Station Equation In Profile?

Aug 8, 2013

I have a station equation in my alignment that happens to fall in a vertical curve in my profile.  I'm using the PVC and PVT station and elevations from the plans and the K value to draw a Fixed Vertical Curve.  It doesn't seem to be taking into consideration the station equation.  It is calculating the wrong PVI station and elevation. 

View 8 Replies View Related

AutoCAD Civil 3D :: Profile Starting And Ending Station?

Mar 11, 2008

They are read-only, so seem to reflect the start and end of the profile tangents.Would you ever not set those to the alignment start and end stations?

I tried setting them to stations before and after the alignment start and end stations, that did not allow me to reach my goal of allowing addition of PVI's before alignment start and after end.

I know you can have the profile extend beyond the alignment, it works fine if you add the PVI's with the C3D toolbar.I can't figure out how to do it with the API though.

View 9 Replies View Related

AutoCAD Civil 3D :: Label Superimposed Profile With Its Station Data?

May 13, 2013

I can label the superimposed profile but c3d uses the stations of main profile of profile view.

Thinking on the future.... c3D can have the ability of use superelevation values to calculate  the right values of superimposed profiles ? 

View 1 Replies View Related

AutoCAD Civil 3D :: Change Profile Major Station Interval

May 28, 2013

I've attached two screenshots of my issue. I simply need to change my major station from 1000' interval to 500' interval. As you can see from the screen caps, I can manage to get the band details on the stations I want, through a workaround, but the vertical gridlines get all messed up.

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 :: Labeling Grades Of Profile At Specific Station?

Jun 4, 2013

how to label Profile Grades at a certain station other than high points, low points, pvis...etc?

I need to label an offset station with profile grades and cant seem to figure it out. 

Civil 3D 2013

View 7 Replies View Related

AutoCAD Civil 3D :: Grip Edit Profile Station / Elevation

Jul 26, 2013

I was editing a profile yesterday and when I chose the grips, it offered me the station or elevation which I could edit. C3d crashed and now after 3 restarts, I cannot get the SE grips. I only get polar tracking when using grip edits.

Civil 3D 2012 SP4.0 Windows 7 Enterprise 64-bit
C3D 2014 SP1
Dell M6600, Core i7 @ 2.3GHz, 16 GB ram
Dell T3500 workstation, too much ram to post

View 1 Replies View Related

AutoCAD Civil 3D :: Station Equations - Lock Profile Views Start And End Stations?

Oct 5, 2012

This is using Civil 3D 2012 Service Pack 2.1

When a Station Equation is added to an alignment it causes all of the profile views to get messed up. In addition once the EG profile changes the entire FG profile may also need to be changed. See this video I uploaded to Youtube that fully explains and shows the problem: [URL] ........

So, any way to some how lock the profile views start and end stations? Or to some how lock the PVI locations on a a proposed profile to certain stations?

View 2 Replies View Related

AutoCAD Civil 3D :: Pipe Profile Station Label Shows Question Mark

Jun 21, 2012

how to update the information? I revised the pipe alignment but the profile did not update the station. WHat steps do I need to perform?

View 1 Replies View Related

AutoCAD Civil 3D :: Data Of Existing / Future Ground And Station On Profile Of Road

Dec 18, 2013

How to get automaticly data on the profile. See my road profile in attachment.

Now i have to manually write data of elevation of existing and future ground and distance.

i think that is possible automaticly, but i dont know how.

View 2 Replies View Related

AutoCAD Civil 3D :: Station Tracker Does Not Run On Section View?

Jul 31, 2013

As expected when you move on plan view you see the position on your sectrion view.

Why the opposite does not run (or al least in my case it does not) 

Civil 3D (2013) how much you have to improve....

View 5 Replies View Related







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