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
ADVERTISEMENT
Nov 28, 2012
I have structures and alignments data referenced. If I assign the structures ref alignments in the dwg with the data refs for labeling, the next time I open the dwg the ref alignments are set back to none, causing the labels to be ?
It seems like this worked in the past?
View 1 Replies
View Related
Jul 3, 2013
I am trying to create a label for fire hydrants in plan view that shows the flange elevation. I want the elevation to be 0.4' above the adjacent road profile. I added a reference text component to my label style that shows the profile elevation. Where would I find the expression for the profile elevation reference text?
Civil 3D 2012 SP3 | Win 7 64-bit SP1
Xeon E5-1620 @ 3.60GHz, 16GB Ram | NVidia Quadro 600
View 2 Replies
View Related
Nov 26, 2012
Here is my expression:
IF((FMOD({Raw Station}+5,15))!=0,-1,({Profile Elevation}-100*FLOOR({Profile Elevation}/100)))
I have also tried it without a pair of brackets:
IF((FMOD({Raw Station}+5,15))!=0,-1,{Profile Elevation}-100*FLOOR({Profile Elevation}/100))
and I have tried it using {Station Value} instead of {Raw Station}
Here's what it's meant to do (because it's a long one):
If the station value + 5 is not divisible by 15, return -1
If the station value + 5 is divisible by 15, return the profile elevation,
if the profile elevation is in the 100 range, subtract 100
if the profile elevation is in the 200 range, subtract 200...etc
Here is my conundrum: If I use the expression in a profile label, it works fine. But if I use it in an alignment label as reference text, it returns -1 for every value.
View 9 Replies
View Related
Sep 25, 2012
I need to know how to display a proposed profile elevation in the major station alignment label, I mean, for example, I want to read in the label "0+000, 494.444". I've already edited my major station label style adding a (profile type) Reference text, and it only displays "?". I suppose I need to associate it with the correct profile, but I've not figured out how to. I show you how the label looks in the attached image.
View 8 Replies
View Related
Jan 29, 2013
Is it possible for a civil 3d structure to be displayed correctly in profile view when the alignment does not pass through the insertion point of the structure. See the attached screen capture.
The rectangular structure is a storage tank and there will be a pipe coming in on one end and the exit pipe will be on the adjacent side at the far end, just as the alignment shows - but the structure doesn't show correctly, or now how I expected.
View 3 Replies
View Related
Sep 18, 2012
I have a profile that references an alignment, I want to change the alignment that the profile view references, can this be done?
View 1 Replies
View Related
Sep 6, 2013
I have some storm sewer alignments that I've put into profiles in C3D 2011. The pipe network that I used to create the alignments from is a reference created from a data shortcut. I've created profiles of these storm sewer alignments, and the station labels for the storm structures are displayed at question marks until I go into the structure properties for each structure and link it to the correct alignment.
The problem is that whenever I synchronize my data shortcuts because someone has updated something, all of the links in each structure to the alignments disappears and I am back to? for my stations in the profiles and I have to go go fix it again. how to keep this from breaking?
I do see this recent message [URL] that appears to be a similar problem, but it was said in that thread that this problem was introduced with C3D 2012, but I am using C3D 2011.....
View 4 Replies
View Related
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
Oct 25, 2013
C3D 2013, Win 7, 64 bit
When I try to create a feature line using an alignment/ profile, sometimes it gives me a feature line for the entire alignment, even though my profile is only a small segment. I made sure I selected the correct profile, and I even deleted all other surface profiles just in case. But it still gives me a wonky feature line for the entire alignment.
However, in the same file, other profiles have worked perfectly.
View 8 Replies
View Related
Dec 13, 2013
I'm trying to create a custom expression in a structure table that will list the "size" of the structure, wheter it be a circular or rectangular structure. My column simply states size and I want it to label 5' for a circular or 4'x4' for a rectangular (or whatever the specific sizes are). The thought was to create an IF function, but Structure Shape was not available to use in expressions (among other problems). Short of using the description field (tedious) as a workaround?
In this example - CB-104 is a rectangular structure and CB-106 is a circular. I'd like the CB-104 size to read 4'x4'.
Civil 3D 2014 SP1
View 5 Replies
View Related
Sep 25, 2012
I would like to build an expression that I can use in a label at a structure in a profile view to show the horizontal angle change on the alignment at the structure.
Of course, in the available structure expressions, we do not have the alignment delta angle at that point even though I have a referenced alignment in my pipe network.
Our subdivision code has minimum drop across manhole for different ranges of horizontal angle change.
I want to create a label that shows the minimum drop required at a manhole off it's referenced alignment and I would like to see it on the profile view, because that is where the drop value is relevant.
View 2 Replies
View Related
May 16, 2013
Having a rough time with Pipe Networks! I am working an example from the Mastering C3D book (P. 371) as in the following steps:
1.Clicked SS structure(16)
2.Selected Create Alignment from Network on ribbon
3.Selected last structure(18), hit Enter
4.Changed options as needed in Create Align from Network - Create Profile and Profile View check box: Selected
5.Changed options and clicked Create Profile View
At this point the program pauses, then a dialog box trys to partially fill the screen but is all white then fades away as fast as it appeared and I'm stuck with a paperweight that beeps at me everytime I click the mouse, no panning or zooming response at this time. The command line is prompting me for the profile origin. I can switch to other apps and bring up TM and when I attempt to end C3D then it tells me that it can't because waiting for response. I can then cancel the prompt to save the drawing and C3D exits the active command and control is returned.
[URL]
Civil 3D 2013 SP 1, 64 bit
Dell Precision T5600, 16 GB
Win 7 Professional 64 bit
Intel Xeon @ 2.0 GHz
NVIDIA Quadro 4000
View 6 Replies
View Related
May 3, 2012
I using a data reference/shortcut to properly label an alignment in paperspace. However when I reference the alignment in and apply the labels the aren't the same as the original alignment that I am referencing. Is there a setting where I am supposed to apply a new beginning station.
Also it seems as though the stationing(distance) isn't even matching up 1:1 with the original drawing. For example in the original base drawing my alignment starts at 10+00 with the next PI at 14+76.98, but the stationing on the reference alignment starts at 0+83.33 with the very same PI being labeled as 1+23.08. So the very same distance is 476.98' in the real design and the drawing it's being referenced in, but the stationing of the referenced alignment shows it as 39.75 Units.
I've attached a screen of the beginning of the alignment.
Civil 3D 2012
Windows 7 Service Pack 1
Intel Core i7-2600 CPU
16GB RAM
View 5 Replies
View Related
Oct 24, 2011
How to create an alignment label expression for Geometry Point that will show the delta angle rather than the instantaneous direction or perpendicular direction?
View 1 Replies
View Related
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
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
Dec 16, 2010
Is there a way to show the MES Top Elevation as blank or a dash? It would be great if I could make an expression but without the use of text strings in the expression editor, I don't know how to accomplish this without using wipe out boxes over the elevations.
View 2 Replies
View Related
Mar 15, 2012
One of the main things I do is label elevations from an alignment and a profile, in plan view.
I have a style that does this, and it gets to the point where it asks to pick the profile.
If the profiles are data ref's, i can pick from a list, but if the alignment is xreffed, you must do a graphical pick.
This is super inconvenient, as my profile views are in a different base than my alignments, and they are way off to the side.
So I must xref the profile base in, and split my viws so I can pick them without excessive zooming.
Did Autodesk neglect the fact that if they make objects available via xref, they also need to make child objects available?
If I choose to use a dref as the data source, I must make a dref to the alignment and each profile I want available.
Three steps per street at a minimum.
This is also super inconvenient.
I'm struggling to find a decent workflow on this. Both approaches seem painful.
I had always thought the xreffed objects would provide the profiles, and only found they do not just now [URL]...
View 1 Replies
View Related
Aug 22, 2013
I assume nobody has been able to create a parametric part used for storm pipe networks that can have the pipes attached to a point within the structure other than the insertion, or have the elevation read from a point other than the insertion.
With that in mind, we are trying to develop a tool that would allow us to pick a strucutre, and set its "rim" elevation to a point on a proposed surface that is not at the insertion of the strucure. I am decent with lisp, but have not attempted to gather info from random points on civil ojects.
View 9 Replies
View Related
Apr 9, 2012
I'm trying to build an expression to display the Middle Ordinate for profile curves. I don't usually do this but it's required for this project.
The first thought was to subtract the PVI elevation from the profile elevation. The PVI elevation is easy but I don't see an easy way to get the profile elevation. I can go through the whole formula for calculating the grade. But that will probably take some debugging.
View 3 Replies
View Related
Jul 17, 2012
differences in elevations of points along Profile 2 (the proposed new road elevation) and Profile 1 (the existing elevation/surface) should be computed and shown right above the Profile 2 line. For example, if at a certain point PT 1 the elevation of the proposed road is 132.44 meters and the elevation of the existing surface is 132.45 meters, the difference is -0.01 meters and it should be shown exactly above the Profile 2 line (or a little bit above it) but not on it. The same should be done for every chosen point along the proposed profile.
So far, I have done this manually, by dragging the difference (already automatically computed and shown in one of the bands below the profiles) to the correct place for every single point. However, I don't know how to do this automatically.
View 6 Replies
View Related
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
Aug 23, 2012
Is there any way to allow user input in an expression for a profile label?
View 5 Replies
View Related
Mar 1, 2013
I have an alignment label that I normally use to show the PVI's of a profile in the plan view.
This is a little unusual, but in a specific case I wanted to design my profile at one alignment, but show it at another. I designed my swale profile in the pathway profile view and then superimposed the swale profile on the swale profile view. I then went back to the swale alignment to add these labels.
It's a no-go AFAICT. The only profile available for me to select for these labels is the original ground profile from the surface.
View 5 Replies
View Related
Dec 10, 2013
I would like to know if it is possible to display the pipe inlet/outlet elevation in my structure label. It seems like it is not possible.It is possible to use the inlet/outlet elevation of the pipe in my pipe label however I would like to display it in my structure.
View 2 Replies
View Related
Jul 11, 2013
I am trying to create an elevation label that will give me the spot elevation followed by the letters "TC" and then on the line below subtract 4 inches from the elevation followed by the letters "BC". It's easy enogh to add the letters but the simple equation of elevation - 4 inches eludes me.
View 3 Replies
View Related
Mar 5, 2012
So we have to adjust the elevation of hundreds of drainage structures from their existing elevation to the new finished ground elevation.I know we can give this information within the structure label by adding a reference surface but we would like to produce a table with three columns:
Structure No. Existing Rim Elev. Proposed Rim Elev.
How to produce such a table?
View 6 Replies
View Related
Mar 13, 2013
I have a road with storm drain and sanitary sewer. There are three alignments, one for the road centerline, one for the sanitary sewer and one for the storm drain. I would like to label the structures with the stationing from the alignment it's on but I would also like the label to include the road centerline station perpendicular to the structure.
Something like this:
SS-MH #4
Sta. 10+00
=Road Sta. xx+xx
View 2 Replies
View Related
Nov 13, 2012
Civil 3D 2012. One structure in my pipe network is not following along when the network is data-referenced in to other plan drawings. The structure is present in the source drawing, and included in the network, along with the pipes that are connected to it. All other structures and pipes are operating fine.
View 3 Replies
View Related
Jun 1, 2011
I have a sheet with labels on the TBC with station and elevation. If I plot the sheet everything shows up fine. If I publish to PDF, the elevation portion of the labels shows as ?
View 1 Replies
View Related