Skip to main content
Question

Materials properties of IFC

  • January 3, 2020
  • 1 reply
  • 26 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?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

takashi
Celebrity
  • 7843 replies
  • January 4, 2020

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.