Room Plan / ARKit - How to remove reel object scanned in ARView using RoomPlan API ?

Hi Apple community,

Currently developing an iOS application using Room Plan API, I'd like to remove real world objects detected with Room Plan to my ARView.

I already tried to use the following code but it deletes only the anchor entities (customText, UI instructions...) attached to the Anchor :

arView.scene.removeAnchor(anchor)

My aim is to delete real world object content to my ARView like in this example : (I have an error when uploading files like png, jpg or pdf so there is a link) https://ibb.co/yR8CRVy

Is there any way to do that using Room Plan API and ARKit ?

Thanks in advance,

Goat

Replies

Hello,

I need help on this topic please.

Does I have to create a new one with screenshot.png rather than a link ?

Thanks in advance,

Goat

You have to use the data API. It is the only way for custom view.