Roomplan - reading status of doors

As a newby in roomplan I search for apossibility to get the status of the doors from isOpen. Has anybody any experiences with that? Any help appreciated. The target ist to scan a room build the model and give a statistic about various things of the model. Are there some deeper documentations about the model and especially the finalResultafter scanning?

Answered by kallipigous in 719693022

Yes, the CapturedRoom.surface has a category that includes door(isOpen:Bool) which will give you that information. I have occasionally seen open doors classified as openings instead of doors that are open, so it's best to prompt the user to close doors to be sure.

Accepted Answer

Yes, the CapturedRoom.surface has a category that includes door(isOpen:Bool) which will give you that information. I have occasionally seen open doors classified as openings instead of doors that are open, so it's best to prompt the user to close doors to be sure.

Roomplan - reading status of doors
 
 
Q