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
Hi,
I am trying to generate json from an IFC file and still getting this exception:
Message "Object reference not set to an instance of an object." string
SerializationStackTraceString " at XbimExchanger.IfcToCOBieLiteUK.XbimAttributedObject.GetAttributeValue(IIfcPropertyBoundedValue ifcPropertyBoundedValue)" string
StackTrace " at XbimExchanger.IfcToCOBieLiteUK.XbimAttributedObject.GetAttributeValue(IIfcPropertyBoundedValue ifcPropertyBoundedValue)" string
TargetSite {Xbim.CobieLiteUk.AttributeValue GetAttributeValue(Xbim.Ifc4.Interfaces.IIfcPropertyBoundedValue)} System.Reflection.MethodBase {System.Reflection.RuntimeMethodInfo}
I am guessing that it has to do with these lines in the IFC:
The offending ifc entry: #106=IFCPROPERTYBOUNDEDVALUE('RentalRatesInCategoryNow',$,$,$,$);
Not sure if just testing for null like in the image is enough to handle this case.
Hi,
I am trying to generate json from an IFC file and still getting this exception:
I am guessing that it has to do with these lines in the IFC:
The line that throws the exception:
exchanger.Convert();
The code I am using is the ones in the samples:
Is there something I am missing?
Thank you!
The text was updated successfully, but these errors were encountered: