Autocad Circles to Cogo points

I am trying to create cogo or autocad points at circle center points but I cant seem to find a workaround. If I select all circles with All Objects of Type then use the Circle.CenterPoint, then the output circles are different than the required input circles. Even though both are circles. How could I work around this?

Hi, this is because the circle.centerpoint works with the geometry inside of dynamo. Right now you’re just getting the object in autocad. Plug in an Object.Geometry node between all object of type and the cirlce.center point to get the Geometry representation in Dynamo.

2 Likes

Brilliant! Thank you very much.

I spent some time googling and trying different approaches but did not realize that this would be the solution! Thousand thanks! I learned something new today.