Open GVladislavG opened 1 year ago
Hello! File in attached archive makes Xbim3DModelContext.CreateContext(); crashed. Changing
Xbim3DModelContext.CreateContext();
to
doesn't help.
What is the problem? And can I fix it by some changing IFC-file? ProblemIFC.zip
Can you be more specific about the crash? What is the exception? Is there anything in the logs?
Access violation in XBim.Geometry.Engine64.dll
Hello! File in attached archive makes
Xbim3DModelContext.CreateContext();
crashed. Changing28= IFCGEOMETRICREPRESENTATIONCONTEXT($,'Model',3,0.2,#26,#27);
to
28= IFCGEOMETRICREPRESENTATIONCONTEXT($,'Model',3,1E-4,#26,#27);
doesn't help.
What is the problem? And can I fix it by some changing IFC-file? ProblemIFC.zip