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
I currently get an anonymized list of errors in the Read/Write IFC tab, like:
Error: convertIfcBooleanOperand problems in extrude: poly_data->points.size()
!= 2*polygonal_boundary.size()
convertIfcBooleanOperand problems in extrude: poly_data->points.size() !=
2*polygonal_boundary.size()
convertIfcBooleanOperand problems in extrude: poly_data->points.size() !=
2*polygonal_boundary.size()
convertIfcBooleanOperand problems in extrude: poly_data->points.size() !=
2*polygonal_boundary.size()
convertIfcBooleanOperand problems in extrude: poly_data->points.size() !=
2*polygonal_boundary.size()
...
By knowing the STEP numbers, where each fail occurs, I could extract only the
offending IFC snippets and attach them to future logs.
Thanks
Original issue reported on code.google.com by [email protected] on 5 Aug 2014 at 2:43