revit parameter types for ifc export ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi forum,
i am trying to figure out which revit parameter types are exportable to ifc.
i got the following figured out allready but only for the discipline comon.
this is the structure of the input file for creating propertysets in the IFC
PropertySet: [NameOfThePropertySet] [I]or[T]_for instance or Type [IfClass1],[IfClass2],...
[NameInIFCDatei] [RevitParametertype] [NameOfTheParameterInRevit]
########################################################################################
Revit Parameter Type IFC Parameter Type
-----------------------------------------------------------------
Text Text
Integer Integer
Number Real
Length Length
Area Area
Volume Volume
Angle Real
Slope Real
Currency Currency
Mass Density MassDensity
URL URL
Material Material
Image Image --> wil export file path
Yes/No Boolean
Multiline Text Text
is anybody familiar with the code, i guess there should be some kind of class or switch /if else that determines whats available.
thanks,
Jeff