Hi, all.
I just wanted to share with everyone what I have created and also would like to receive feed back if there had been an easier way to accomplish this.
What I wanted to do was to create a Room Tag that can automatically give me the “rough” size of the room in X’-X" format. I wanted the rounding factor to be an 1".
I was doing some research in this blog and found the base work I can use. (Below image.)
Then, I have realized that I had to separate X values from Y and vice versa to convert them from decimal feet to feet and inch format.
After separating the values, I started converting them to feet and inches format.
Lastly, I stitched them together and pushed the data out.
After going through all this hassle, I’ve realized there got to be an easier and faster way to come to this point.
Just the fact that it took me (beginner without much of C# knowledge) this much of an effort to get to solve this simple issue was very overwhelming.
I am hoping that people who have experience in C# develop more tools for us that can be practically used.
- Robert K.