You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating predefined classes such as IfcWallType, the type of the NominalValue parameter in the IfcPropertySingleValue within the passed parameter HasPropertySets is missing. In the IFC file, only the numerical value is saved without the type hierarchy (such as IfcLengthMeasure). When reading it through the GetLine method, the NominalValue parameter value is null.