Problem with Code Block

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.

CodeBlock CodeBlock1 CodeBlock2 CodeBlock3

Check this

http://dynamobim.com/forums/topic/family-placement-based-on-size/

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.