Message 1 of 2
Read 'ElementTypes' from Revit to CAD

Not applicable
10-03-2019
04:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have exported DWG file from Revit and I opened it in CAD.
I'm trying to make a lisp in CAD that change a layer color to match the CAD exporting settings in Revit.
I've used the XData in the layer's lines to get the Type ID from it.
Now I want to get this type color from Revit to apply it to the CAD Layer.
I think if I can read all BuiltinCategories in Revit, I can do that.
How can I do that, although I can't use RevitAPI with CAD?