Hi Everyone!
I’m a completely new user of Dynamo, and I’m trying to create my first script to place multiple AutoCAD blocks into the drawing. My logic process is as follows:
- I selected a cogo point group that was already created into the drawing. In those locations, the autocad blocks have to be placed.
- Then, I get the elevation in those points by using Surface.ElevationByXY.
- Now, I get the easting, northing coordinates, and create points with this information by using Point.ByCoordinates.
- Finally, I try to create the blocks into the drawing using the points as the coordinates for the insertion point of every single block, but I haven’t been able to do it. It always prompts an error.
I don’t know what the mistake is. It would be great if someone could help me solve this. I share the pictures of my dynamo canvas. As you can see, there is an error, but I even don’t know what it means.
Please help!!! and thanks in advance! bye