hi,
I am struggling with some task.
I need to collect with a python script some point coordinates of a object which I have set onto the object.
now my little script in python ask to select points in the rhino space and will then automatically put full point coordinates onto these points for x/y/z.
here comes my struggle…
I want to save these created world coordinates into a list / dictionary to show me following result when exporting to excel or similar program:
object A: x=…, y=…, z=…
object B:x=…, y=…, z=…
and so on.
can anybody help me out with a script on how to store the coordinates of the selected points and to export the same?
would be very thankful for any help.
thanks.
K.