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
The sample is from #7 (related issue, but regarding deserialization), here I used the file that does not cause deserialization issues: IfcTriangulatedFaceSet_IfcShapeRep.ifc.txt. Obviously, it is not possible to test serialization for the case where deserialization is broken.
The text was updated successfully, but these errors were encountered:
rubendel
pushed a commit
to opensourceBIM/BIMserver
that referenced
this issue
Mar 2, 2018
IFC STEP serialization of twodimensional arrays does not work as expected.
For example, consider the following original content:
The non-streaming serializer omits the arrays:
The streaming serializer does not resolve the virtual objects and includes some internal type information:
The sample is from #7 (related issue, but regarding deserialization), here I used the file that does not cause deserialization issues: IfcTriangulatedFaceSet_IfcShapeRep.ifc.txt. Obviously, it is not possible to test serialization for the case where deserialization is broken.
The text was updated successfully, but these errors were encountered: