style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<klugb> wrote in messageYou
href="news:6049919@discussion.autodesk.com">news:6049919@discussion.autodesk.com...
can do it through General-Add Label using
Feature- Alignment
Label
Type- Tangent Information
And then you can go in and edit the style and
set it to either the Delta or Deflection angle.
It won't be part of the
original label set, but it will be dynamic with changes to the alignment. Let
me know if you need help changing the text contents to show
this.
Bruce
To determine if it is right or left I think you will need to use an expression. Take the Start Direction and figure the range of values that would be to the left and to the right start direction. The base values are in radians, and straight up is 0, add and subtract pi from the start direction and adjust for range of values going past 0. That's all I got so far, I'll try to think about it some more this evening.
Christopher
http://blog.civil3dreminders.com/< br />
http://style.civil3dreminders.com/
is this still doable the same way? I am using 2012 and there is no "general" dropdown anymore. Please advice
Did you ever figure out the Left or Right expressions issue for transmission alignments? I need to display that info in a tangent intersection label but can't figure out the expression to do it. If you have figured out this issue could you attach a dwg file with that info. Thanks in advance for your help on this.
Old thread, but I just figured out how to create "Right" and "Left" designations. I'm using 2014 civil 3d. To use expressions, there is no longer a drop down within the label style. In the Toolspace menu, under your label style sub folder, there is a list of all your styles, then theres an item called "Expr essions." You create your expressions outside of the Label Style. So I made two expressions Name- RIGHT Expression- IF({Tangent Out Direction}-{Tangent In Direction}>0,0.14/12,0.00001) Name- LEFT Expression- IF({Tangent Out Direction}-{Tangent In Direction}<0,0.14/12,0.00001) ^Adjust these expressions to satisfy your needs. The 0.14/12 is my desired text size. The 0.00001 makes the false clause really small. I then created a New Point of Intersection Style. You want to create two label components. One is for Left, one is for Right. Left Label Contents: STA. <[PI Extended Station(Uft|FS|P0|RN|AP|Sn|TP|B2|EN|W0|OF)]> - PI <[Delta Angle(Udeg|FD|P0|RN|AP|GC|UN|Sn|EN|DZY|OF)]>° LT ^You can make your contents whatever you would like, but make sure you put “Left” designation somewhere (I’m using LT and RT). Here is where the expression comes in. Set your text height to “LEFT” which is the expression we created.R epeat this for Right Label Style, rename the Contents to display Right, and select the “RIGHT” text size. The expression will make it so both left and right labels showup in the drawing. But when the label that is meant to be Right, the Right label will be normal text size. When it’s meant to be left, the Right label becomes extremely small, and the left label will be normal text size. Hope this helps.
Good Day
I've been trying to to use your method to indicate the curve direction (right or left) but AutoCAD does not allow me to simply type LEFT or RIGHT into the Text Height property in the Label Style Composer. Instead I get an error message which reads 'Invalid input." Please help with how exactly to use the expression once created?
Thank you
Ntuthuko
How did you get it to label automatically?
I'm needing to do this and can't figure it out in C3D 2025. I need to have a label that shows the true angle between two tangents in an alignment. When I use the PI Included Angle (cyan) I get the larger value as shown below. Magenta is regular ACAD angle dimension.
I thought adding an expression of 180-{PI Included Angle} would change that to what I'm looking for, but when I do that I get the following:
I'm not sure exactly what's going on. Why does the expression of 180-{PI Included Angle} cause the angle to increase by 9,954.22? Is it not using degrees for the angle on the internal calculations in the expression?
Check out FDS Route Mapper or the Pipeline Project Program to automate PI-Deflection Labels. Forefront Design Specialist - Forefront Design Specialist
Can't find what you're looking for? Ask the community or share your knowledge.