Post

Replies

Boosts

Views

Activity

Comment on How to get a 2D floor plan with dimensions from RoomPlan
@Gerri777 - Just thought i'd chime in because i've had to do the same thing; getting area, among many other metrics. Once you have the 2D data (or even the 3D data), 90% of what you will want to do with the data will be outside of the RoomPlan API, and even outside of the AR Kit API. You're on your own. However, most of these things are quite easy to do with open source libraries. For example, to get area, you simply need a polygon of your room points.
Sep ’23
Comment on How to get a 2D floor plan with dimensions from RoomPlan
@AnjaliNirmale hi, the longest continuous line is really arbitrary - I use the longest wall only because for my use case the longest wall will likely result in the best looking floor plan on a desktop screen (imaging your floor plan image above rotated so it is wide, and not tall), and its prob the easiest reference to get - just iterate your collection of walls and grab the one that has the longest length. on a mobile device, you may want to take that longest wall and rotate it to be vertical.
May ’23