See the top rated post in this thread. Click here

Results 1 to 5 of 5

Thread: Label those Feature lines

  1. #1
    I could stop if I wanted to
    Join Date
    2015-10
    Location
    Central New Jersey
    Posts
    439
    Login to Give a bone
    1

    Default Label those Feature lines

    Hi,

    I just wanted to share something that I found useful while grading, and that is to label the feature lines with elevations and slopes. I find it much more relate-able than using the elevation editor panorama. The quick elevation edit is better, but it will only show you one item at a time. Labeling them allows you to see all the information on the screen and right at its location along the feature line. You can see right away how the edit you just made affects grades and slopes in the surrounding area.

    The labels are two simple line and curve labels. Each labels the beginning Z, the end Z, the slope/grade, and a flow direction. The location of the line and curve Z values coincide to keep the screen clutter to a minimum. (provided your line is tangent to the curve) The flow direction arrows are set with an expression that tests the grade of the line and then returns the correct rotation for the the arrow. I set the contents of the labels to a non-plotting layer.

  2. #2
    I could stop if I wanted to
    Join Date
    2015-10
    Location
    Central New Jersey
    Posts
    439
    Login to Give a bone
    4

    Default Re: Label those Feature lines

    Attached is a picture of what I use. The hot pink items are only shown in model space and only for my use in visualizing the elevations and slopes along the feature lines. The light green items are surface labels used for the printed plans.
    Attached Images Attached Images

  3. #3
    AUGI Addict jpaulsen's Avatar
    Join Date
    2002-04
    Location
    Colorado
    Posts
    2,020
    Login to Give a bone
    0

    Default Re: Label those Feature lines

    We have six label styles that we use that are very similar to this. Three for lines and three for curves. We have one for start elevation, one for end elevation and one for slope. I like your idea to combine them all into one style for curves and one for lines. I also like the you justification for the elevation text. (We were using middle center).

    One thing I really like about your style is the slope arrow on the curves. How did you accomplish that? For the lines I used the Direction Arrow component with the angle set using the expression "IF({General Segment Grade}<=0,0,pi)". There is no Direction Arrow component for a curve.

  4. #4
    Administrator BlackBox's Avatar
    Join Date
    2009-11
    Posts
    5,719
    Login to Give a bone
    1

    Default Re: Label those Feature lines

    Quote Originally Posted by jpaulsen View Post
    One thing I really like about your style is the slope arrow on the curves. How did you accomplish that? For the lines I used the Direction Arrow component with the angle set using the expression "IF({General Segment Grade}<=0,0,pi)". There is no Direction Arrow component for a curve.
    It is very stange that Civil 3D doesn't come with this natively. *shrugs*

    For General Line and Curve Labels, I just use a Block component with my 'Flow' arrow Block, and assign a 'SlopeDownhill' Expression for the Block component's Rotation Angle:
    Code:
    IF({General Segment Grade}<=0,0,pi)

    Also, for reference: http://blog.civil3dreminders.com/201...ade-label.html


    Cheers
    "How we think determines what we do, and what we do determines what we get."

    Sincpac C3D ~ Autodesk Exchange Apps

    Computer Specs:
    Dell Precision 3660, Core i9-12900K 5.2GHz, 64GB DDR5 RAM, PCIe 4.0 M.2 SSD (RAID 0), 16GB NVIDIA RTX A4000

  5. #5
    I could stop if I wanted to
    Join Date
    2015-10
    Location
    Central New Jersey
    Posts
    439
    Login to Give a bone
    1

    Default Re: Label those Feature lines

    @jpaulsen: I hand-built an arrow by placing two line items above the slope# with a standard arrowhead block at the end of of the lines. I couldn't get a single line to rotate around its midpoint so I broke it in two, one goes left, one goes right, and used the rotation expression to rotate them about their common start point. The arrow head follows one of the lines. Flipping a flow arrow block as Blackbox does might have been an easier approach.

    Having one label style for lines and one for curves allows the use of the multiple type labeling option to label the entire feature line in one click. Adding intermediate elevation points to the feature line will appear like they'er being labelled on the fly, however they're being done so at the expense of labels further down the line. I wish there was a default labeling style that could be set in a feature line style.

    @Blackbox: Agreed, they should have included this. At the very least they should have put something like this in the tutorial files for grading.
    Last edited by MMccall; 2016-12-10 at 05:34 PM.

Similar Threads

  1. 2014: Feature Lines
    By tim_newsome in forum AutoCAD Civil 3D - Grading
    Replies: 1
    Last Post: 2014-01-08, 02:29 PM
  2. move feature label
    By bink in forum AutoCAD General
    Replies: 0
    Last Post: 2009-03-23, 03:29 PM
  3. Feature lines
    By wag24 in forum AutoCAD Civil 3D - General
    Replies: 4
    Last Post: 2008-11-19, 07:09 PM
  4. Feature lines
    By cadpres in forum Civil 3D Wish List
    Replies: 0
    Last Post: 2006-01-04, 07:14 PM
  5. Really Really Annoying Stair feature - UP/DN label
    By Paul Monsef in forum Revit Architecture - General
    Replies: 1
    Last Post: 2005-05-06, 06:32 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •