Read Attribute Text, Block Reference From CAD by Dynamo

Hi Friends,
I am looking for a node or a python code to read an attribute text (Block Reference) in DWG [it is not a normal text or Mtext], i really tried and searched a lot but in vain
Any guide will be great appreciated.
Thanks in advance

that is what i want to read inside my Script:

Hi,

The BlockReference.AttributeByTag node should give you the info you’re looking for.

Is it OOTB for Dynamo for Revit or a package node?
I am using Dynamo for Revit not Civil 3D

Any ideas?

That is a Dynamo for Civil 3D node.

As far as I know there is no way to access the attributes in Revit directly as the data becomes text, not an attribute when you import it. Your options are utilize Dynamo for Civil 3D to get the data across, or read the text (selecting which text will likely be the difficult bit there).

1 Like

I think you can give LinkDWG/LinkDWG2 a try with IronPython engine. you can search and install them within Dynamo

1 Like