trace()#
- TetraMeshData.trace()#
Traverses the kd-Tree to find the first intersection with an item stored in the tree.
This method returns True is an item is hit and False otherwise.
- Parameters:
ray – A Ray object.
- Returns:
True is an intersection occurs, false otherwise.