Skip to main content

using the Autodesk AutoCAD Map 3D Object Data reader and setting the parameter to “Group by Entity” (this is so i can get all the objects with 1 reader). I have the autocad_map_odtable{} format attribute enabled. i then have a testfilter to get >0 to separate the features with od values. do i need to enable an extended data value to get the table? 

How do i get the OD table values for these features?

spoiler. I already have the data.

i ran the workbench but looked at the wrong output. by separating the data i already have the attributes on all features within the testfilter.

 

Hi @gisbradokla!  This is out of my area of expertise, but I’m wondering if this is what you’re looking for:

Using the examples and data from https://support.safe.com/hc/en-us/articles/25407586455821-Reading-AutoCAD-Map-3D-Object-Data, was able to get the od values in the table:

 

Not sure if this was what you were looking for?  If so, this is how I had my Reader parameters set:

 


Reply