Modifying CapturedRoom in RoomPlan

Hello,

I would like to be able to modify/manage my own instance of the structure CapturedRoom in RoomPlan, and still be able to export it to usdz. Any idea how this can be done? Same question for CaputredRoom.Surface.

Thanks!

Replies

Hi sducouedic. Thank you for the question. There is only one way which I have found that actually works, and will be working. You will have to map the CaptureRoom to your own structure which conforms to Codable. You can make a class or struct out of it. The important thing is to document the RoomPlan version in your mapped class-stuct. This way you can start working with versions in the future. If you need any more info feel free to ask. Best regards, Mladen

This is great, thanks!