The Section struct only publicly makes the center
property available, but this is a SIMD3 that doesn't seem to line up with the rest of the model. All other objects have a 4x4 transform matrix that accurately gives each position and rotation.
When inspecting a Section in the debugger, many more properties are visible such as polygon
and transform
. Why are these not visible? The transform
in particular seems necessary to make any sort of use of the Sections.
Hi @X_Sheep,
The center property is the location of the section
in the frame of reference the room scan is building as the whole building is scanned.
Building a visualizer as outlined in the WWDC 22 talk would be a great way to see these elements and debug what is really happening with your app and the data.
If that is not what you are seeing a feedback would be great that contains the details of your use case and specifics on what's not working.
Thank you