Point.ByCoordinates in Python Node

This is most likely a namespace conflict with the class of the same name from the Revit API (Point). As you are exclusively using classes from Autodesk.DesignScript.Geometry, I would remove the rest of the imports below line 4.

Edit: See this post from @Jonathan.Olesen for additional reference.

6 Likes