Hello All,
I have created a number of points, let's say for example 50 or a hundred points. Is it possible to export the point data to a file format (text file for example) where it can be imported later to create a spline or any other geometry using the Python API?
A second part to the question, how can I obtain the coordinates (x,y,z) of a point I draw in the GUI using a Python script? For a line for example we can get the start and end values, but I'm not sure how to do that for a single point.
Thank you for your time and help