jmirtsch / RevitIfcExportCommonPset

Mapping files for Revit to IFC Common Psets, initially scraped from Source Code
MIT License
3 stars 3 forks source link

Revit to IFC export missing IfcTag Attribute #1

Open castronelson opened 3 years ago

castronelson commented 3 years ago

Hi, We are trying to convert Revit to IFC using Autodesk Revit 2015, we are missing IfcTag attribute. Also we try to map on IFC Options window, the IfcTag Class name is missing. how to include IfcTag Attribute into IFC File when converting Revit to IFC. Please provide any solution,

Thanks in advance

jmirtsch commented 3 years ago

I took a quick look at the source code, I'm not sure you can map any arbitrary parameter to a tag. The parameter can be named "IfcTag" or "TagOverride". I didn't check history to see if/when this has changed. The query is better posted to autodesk git hub repository.