Hello
My dynamo couldnt find the Point.ByCoordinates.Please help how to fix this
Hello
My dynamo couldnt find the Point.ByCoordinates.Please help how to fix this
Hi,
Write instead : Autodesk.DesignScript.Geometry.Point.ByCoordinates(0,0,0)
as suggested by the yellow bubble.
The Wombat package (dll) is interfering with the definition of Point DesignScript.
Thanks it worked