Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

SDK Check Collision

Hi,

is there a good way to check for collisions between two objects AND getting the collision point (x,y,z)? 
I found the class/methods
CollisionDetector.CheckCollision
but it does not return the collsion point. I know there is the
CollisionDetector.Collision
event which provides the collision point but i do not want to use event handling.
I need to check for collisions in the simulation step of a SmartComponent.

Regards,
ASC