Hello All,
I am doing some error checking to see if a point lies on a face. I think the correct method is to use Face.classify_point. However, in the Sketchup API reference, this entire section is blank. I have done some testing and shown the following:
If the point is on the face: Function returns 1
If the point is on the face and is on a line: Function returns 2
If the point is on the face and is a vertex: Function returns 4
If the point is NOT on the face but is on the face plane: Function returns 8
If the point is NOT on the face and is NOT on the face plane: Function returns 16
Can anyone verify/vouch that this is the correct function? Is my list accurate? Is there another method to do the same thing?
Thanks,
Chris