xBimTeam / XbimEssentials

A .NET library to work with data in the IFC format. This is the core component of the Xbim Toolkit
https://xbimteam.github.io/
Other
486 stars 172 forks source link

How to get parameters from Dimensions group #439

Open GVladislavG opened 2 years ago

GVladislavG commented 2 years ago

Hi, team! Can you tell me, please, how to get this information from IFC-object? I need parameters, grouped in "Dimensions". Thank you!

picture547-1

martin1cerny commented 2 years ago

These parameters are mostly computed and come from different places. Thickness is the easiest one if it is a layered element, you get it from the material layers. Volume comes from processed computed geometry, area max is likely a main face area inferred from the volume and thickness. Area total is likely the computed surface area.