Notifications
Clear all
[Closed] Intersects does not work with Shapes. Why?
Jan 08, 2012 4:16 pm
From maxscript help file:
intersects <node> <node>
Returns true if the bounding boxes of the two specified nodes overlap, or false if they do not overlap.
But this not work if the two nodes are shapes. Why?
2 Replies
Jan 08, 2012 4:16 pm
it not work only if bounding box has zero dimension in one of the 3 axis
for example:
for 3D shapes like helix intersects return true values
for flat shapes always false