Hello,
I am quite new in rhino. I need to find out the distance of all intersection points from a single point(fixed). How can I do it easily?
Hello - you can trim the lines with the curve and get the distance from the line lengths (Length
command) or use Distance
, snapping to the Int of a line and the curve.
-Pascal
1 Like
Thank you for your reply.
Actually I need all lines dimensions. If I do it with distance or dimensions command, It will take a lot of time, that’s why I am asking.
Hello - that sounds like a script then -
-Pascal
1 Like
Thank you. But how can I automate it? Have any ready made code for it?