djhplanning Posted March 4 Share Posted March 4 Does anyone know if window and door labels can be displaying in meters? I have figured out how to show dimensions in meters by changing the dimension defaults but can not figure out how to have window and door labels display in meters. Thank you! Link to comment Share on other sites More sharing options...
Solution DBCooper Posted March 4 Solution Share Posted March 4 You could try using something like this in the label: %width.to_m.round(2)% x %height.to_m.round(2)% 1 Link to comment Share on other sites More sharing options...
djhplanning Posted March 4 Author Share Posted March 4 13 minutes ago, DBCooper said: You could try using something like this in the label: %width.to_m.round(2)% x %height.to_m.round(2)% Hey that's great! This will work! Thank you so much. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now