Hi everybody,
I’m new to Dynamo and I have downloaded the Dynamo_language_guide.pdf and I think there is a problem with code block, when I try to make a Point.ByCoordinates.
It is not listed with constructors.

Hi everybody,
I’m new to Dynamo and I have downloaded the Dynamo_language_guide.pdf and I think there is a problem with code block, when I try to make a Point.ByCoordinates.
It is not listed with constructors.

Hi Ahmed,
Have you by any chance installed the Rhynamo package? If so, to successfully construct points inside a code block, you’ll need to use “Autodesk.DesignScript.Geometry.Point.ByCoordinates(x,y,z)” instead. This should be fixed in the latest daily builds from what I’ve seen.