Convert Autodesk.DesignScript.Geometry.Rectangle to Autodesk.AutoCAD.DynamoNodes.Object

Hi All,

I am getting this error on the below node :Object.Geometry expects argument type(s) (Autodesk.AutoCAD.DynamoNodes.Object), but was called with (Autodesk.DesignScript.Geometry.Rectangle[])

image

I would appreciate any advice on how to get around this. Thank you.

Object.Geometry node is use to get dynamo geometry from autocad Object. If you want send rectangle to CIVIL you need used other node.

Dynamo rectangle cant send directly to civil3d you need to get vertex and create as polylines.

2 Likes