How can I get the TotalThickness
value of IFCWALL
element using Xbim.Ifc2x3?
As I can see it is contained in wallElement.Material=>ForLayerSet=>TotalThickness
or in wallElement.IsTypedBy=>Material=>TotalThickness
but when I try to access it by code it wouldn't recognize TotalThickness
property.