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 got this "Expected value to be greater than or equal to 1"
when trying to generate a GLTF from an IFC file I have.
I think this element is corrupted since Revit (and other IFC viewers) cannot load this element.
I debugged it and saw that it happens when it one of the elements XbimShapeInstances has an empty bounding box.
Would you consider to add a filtering condition in 'GetShapeInstancesToRender' in the Builder class to avoid this crash (since we anyway can't get the GLTF for this shape) or will it lead to other problems?
Hi,
I got this "Expected value to be greater than or equal to 1"
when trying to generate a GLTF from an IFC file I have.
I think this element is corrupted since Revit (and other IFC viewers) cannot load this element.
I debugged it and saw that it happens when it one of the elements XbimShapeInstances has an empty bounding box.
Would you consider to add a filtering condition in 'GetShapeInstancesToRender' in the Builder class to avoid this crash (since we anyway can't get the GLTF for this shape) or will it lead to other problems?
The text was updated successfully, but these errors were encountered: