AutoCAD Civil 3D
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Feature Line Label Arrows
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
317 Views, 5 Replies
06-25-2007 04:53 PM
(Civil3D 2008)
Is it possible to label feature lines with the grade and a direction arrow so that the arrow is pointing downhill ie from high point to low point?
At present, the arrows seem to point in the direction in which the feature line was drawn, with the label text being negative or positive to indicate direction of fall.
Is it possible to label feature lines with the grade and a direction arrow so that the arrow is pointing downhill ie from high point to low point?
At present, the arrows seem to point in the direction in which the feature line was drawn, with the label text being negative or positive to indicate direction of fall.
*Jeff Mishler
Re: Feature Line Label Arrows
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-25-2007 05:27 PM in reply to:
AGBell
In the "Grading Best Practices" White Paper it shows how to make this style.
Crazy thing is I JUST read it and saw your message within 30 seconds.....
http://civilcommunity.autodesk.com/blogs/blog/4/bl ogpost/5893/
wrote in message news:5638052@discussion.autodesk.com...
(Civil3D 2008)
Is it possible to label feature lines with the grade and a direction arrow
so that the arrow is pointing downhill ie from high point to low point?
At present, the arrows seem to point in the direction in which the feature
line was drawn, with the label text being negative or positive to indicate
direction of fall.
Crazy thing is I JUST read it and saw your message within 30 seconds.....
http://civilcommunity.autodesk.com/blogs/blog/4/bl
(Civil3D 2008)
Is it possible to label feature lines with the grade and a direction arrow
so that the arrow is pointing downhill ie from high point to low point?
At present, the arrows seem to point in the direction in which the feature
line was drawn, with the label text being negative or positive to indicate
direction of fall.
Re: Feature Line Label Arrows
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-25-2007 06:16 PM in reply to:
AGBell
That was fast jeff!
And it's just what I was looking for, however... when I go into the label style composer I can't select "Grade Check" in the rotation angle box of the arrow component. All I can do with it is to type in an angle or select one on-screen.
Any clues?
And it's just what I was looking for, however... when I go into the label style composer I can't select "Grade Check" in the rotation angle box of the arrow component. All I can do with it is to type in an angle or select one on-screen.
Any clues?
*Jeff Mishler
Re: Feature Line Label Arrows
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-26-2007 09:27 AM in reply to:
AGBell
The dwt Template file "_AutoCAD Civil 3D (Imperial) NCS Extended" includes
the "Grade Check" Expression. IOW, if you don't have the option for the
slope, you will need to create your own Expression. Here is the formula
needed:
IF({General Segment Grade}<0,0,pi)
wrote in message news:5638094@discussion.autodesk.com...
That was fast jeff!
And it's just what I was looking for, however... when I go into the label
style composer I can't select "Grade Check" in the rotation angle box of the
arrow component. All I can do with it is to type in an angle or select one
on-screen.
Any clues?
the "Grade Check" Expression. IOW, if you don't have the option for the
slope, you will need to create your own Expression. Here is the formula
needed:
IF({General Segment Grade}<0,0,pi)
That was fast jeff!
And it's just what I was looking for, however... when I go into the label
style composer I can't select "Grade Check" in the rotation angle box of the
arrow component. All I can do with it is to type in an angle or select one
on-screen.
Any clues?
Re: Feature Line Label Arrows
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-27-2007 01:11 AM in reply to:
AGBell
Thank you. Works like a charm.
I can see Expressions require some serious looking-into.
I can see Expressions require some serious looking-into.
Re: Feature Line Label Arrows
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-27-2011 05:19 PM in reply to:
*Jeff Mishler
Thanks this is a real life saver. I'm doing a rather large parking lot for a college and labeling gutterline slopes manually would be brutal and a waste of valuable budget time.
