How do you detect going out of a particular space?


스크린샷 2024-06-09 223030

As shown in the picture above, what can be done to detect when an object has moved out of a certain space? (Suppose the object is anchored)

I created a tool to move parts locally using the movement handle.
And, on the server, I want to take the location of the moved parts and figure out if that location is in space, and move the parts when the parts are in space,
but I don’t want to move the parts when it’s not.

That’s why I desperately need the ability to detect if the location of the parts is in space.
Please help!!

Just use spatial queries. Read about them here → Introducing OverlapParams - New Spatial Query API

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.