Point.ByCoordinates not usable

Hello

My dynamo couldnt find the Point.ByCoordinates.Please help how to fix this

rtt

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.

1 Like

Thanks it worked