Hello everyone, I`m tryint to find bottom point of face but my dynamo shows point of every face. Sorry for my english, if difficult to understand.
Home_test.dyn (43.6 KB)
深度(属性情報付与用_Light).dwg (784.3 KB)
Hello everyone, I`m tryint to find bottom point of face but my dynamo shows point of every face. Sorry for my english, if difficult to understand.
Home_test.dyn (43.6 KB)
Hi, hoping I understood the problem right!
My idea to solve this is to create ortogonal lines that intersect the faces, then check the intersections and get the minimum elevations. Also, I tried to filter the faces previous to that by using bounding boxes, so it doesn’t have to make a full cross product between the faces and the lines.
This is my take on it:
Home_test.dyn (63.7 KB)
Thanks, that is exactly what I`m trying to do.