PDA

View Full Version : 2012 Expression for setting min and max profile grade labels. C3D 2012



CivilRookie
2012-05-01, 05:46 PM
I have an alignment that has lots of grade breaks. I want to only show grade labels on the profile with slopes of 3% or >. Is there an expression that I could use to represent this? Could someone please help me out? Thanks

Jeff_M
2012-05-08, 10:43 PM
Create an expression that sets a value to use as the text height, 0.0001 for flat slopes, and, for an Imperial drawing with normal text height of 0.10", 0.1/12. Then use this as the text height value in the label style.
IF(ABS({Tangent Grade})<0.03,0.0001,.10/12)

mjfarrell
2012-05-09, 04:39 AM
You may need to adjust your ambient settings to allow the label to use the precision shown in the expression above.