How to get the collision points when two geometries collided?

Hello, there!
I want to simulate course of CNC. The workpiece should be modified after tool passed.
I checked the python API doc and notice that the vcCollisionDetector could help, however, I couldn’t get the points intersect between tow of item after them collision happened as shown in title.
Thanks a lot if you know how to solve.