I am importing data that represents manholes from another program via Excel.
I have the X,Y coordinate, Length, Width and rotation of the Manholes.
I want to create simple CAD rectangles (or polygons) at the given coordinates with associated dimensions. I have created a coordinate system at each location and then used the node Rectangle.ByWidthLength.
But for some reason this does not work… the output in Civil3d is just lines and if I want to expand the Rectangle.ByWidthLength node to see the contents… dynamo crashes…
Am I disregarding some basic dynamo rule with regards to coordinate systems/rectangles here, as it feels like this should be straight forward?
I attach my script and the excel input file -thanks in advance for the assistance
Structures_trimmed.xlsx (17.2 KB)
ANZ_PITS ROTATED LINEWORK.dyn (80.0 KB)

