Quote from
Anton on 13 November 2023, 19:48
Have a look at this thread:
https://cncwerk.de/forum/viewtopic.php?f=6&t=2752&hilit=surface+scan
Don't forget, as shown on YouTube, this line
point = adsk.core.Point3D.create(data[0], data[1], data[2])
like this
point = adsk.core.Point3D.create(data[0]/10, data[1]/10, data[2]/10)
Have a look at this thread:
https://cncwerk.de/forum/viewtopic.php?f=6&t=2752&hilit=surface+scan
Don't forget, as shown on YouTube, this line
point = adsk.core.Point3D.create(data[0], data[1], data[2])
like this
point = adsk.core.Point3D.create(data[0]/10, data[1]/10, data[2]/10)