Question

Materials properties of IFC

  • 3 January 2020
  • 1 reply
  • 8 views

I tried attribute exposer to view the material properties of building element after I export to IFC from Revit. But, after I run FME it shows missing item in material name. How can I fix it?


1 reply

Userlevel 2
Badge +17

If your required properties were traits of the geometry, you can extract them as feature attributes with the GeometryPropertyExtractor and then expose the extracted attribute names.

For instance, if the geometry contains a part named "IfcMaterial" that stores the material name as a trait, as in:

this setting would work to extract its value as a feature attribute.

Reply