Polyline Perimeter in Feet


KristjanM
 Share

Recommended Posts

1 hour ago, KristjanM said:

I have some polyline areas which I want to schedule information for. The area is in sqft, the perimeter is in inches. Is there any way to display the perimeter in feet? i am not finding any location to adjust this.

 

What Macro are you using? and where ?   %perimeter% ?  most of chief's built in macros use inches..... ( Chief assumes inches normally)

 

M.

Link to comment
Share on other sites

On 9/1/2022 at 9:04 PM, KristjanM said:

Is there any way to display the perimeter in feet?

You can do it right in the existing label

In the label place %perimeter.to_ft%

Limit the number of decimal places to 2 by using

%perimeter.to_ft.round(2)%

 

image.thumb.png.a9fea4e8b840c2cb9c4f5ac2abfb6851.png

  • Upvote 2
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share