Is there a way to create block definitions from Civilobjects?

Is there a way to create block definitions by specifying a base point from Civilobject? I need to convert a large number of Civilobjects into blocks without using the Geometry created in Dynamo, and I am looking for that method.

Hi @eri,

No, there isn’t a way to do this with the nodes that are currently available. You could do it using the AutoCAD API, in which case you’d need to create the new block table record and then call BlockTableRecord.AssumeOwnershipOf() to move the entities.