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?

Accepted Reply

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.

  • Thanks. Trying to read that brought the result I wanted. Now I can give that parameter as an information to the user. And indeed sometimes a door is detected as an opening. But scanning several times over the area of that opening gave a door back.

Add a Comment

Replies

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.

  • Thanks. Trying to read that brought the result I wanted. Now I can give that parameter as an information to the user. And indeed sometimes a door is detected as an opening. But scanning several times over the area of that opening gave a door back.

Add a Comment