Hello everybody,
Although lacing is set to cross product, I couldn’t figure out why geometry.intersect doesn’t work. Can anybody help?
Thanks,
Hello everybody,
Although lacing is set to cross product, I couldn’t figure out why geometry.intersect doesn’t work. Can anybody help?
Thanks,
Hate to ask, but are you sure the geometry intersects? Can you show a preview of your geometries so we can see for ourselves?
In Revit they intersect, but in Dynamo they don’t.
So there’s your problem.
Your coordinate systems don’t match. You’ll need to get the coordinate translation so you can “shift” the geometry to the correct location before checking for intersections. This has been covered before in other topics. Try searching the forum for posts on linked coordinates.
I will. Thank you for pointing the issue.