Create points via Designscript, how?


Hello,

There is some SyntexError… how can i create a point?

KR

Andreas

this is because of packages , use the full path of point like this
Autodesk.Geometry.Point.ByCoordinates(0,0,0);

remove (.Plane)

1 Like

yes, there was some autocommand