Hey I’m having bit of an issue.
I have made at script which measures the first point of contact within a Room to given categories of elements.
To do this I use the Point.Z on the OTTB RayBounce.
This gives me 2 values. The starting point from the room, and the to the first element encountered.
I the subract these from each to get the actual height. This works perfectly.
But now i wanted the scrip to be able to take linked elements into account, som i used the “RayBounce On Linked Model” from DataShapes. But with using this i don’t get the starting point only the toppoint. Is there someway for me to get that startning point extracted from this node?
Hope this makes sense, I have added a simplified edition of the script that shows the different output
Best regards Henrik