Hello. OCCT support tessellated geometry for STP format only in version 7.7 and higher. I would recommend to use latest master.
Best regards, Commenter-1.
Archived discussion
Hello,
does anyone know how to represent a BREP model with triangular facets after discretizing each surface in the model using STP format?
I have tried using TopoDS_Face and BRepBuilderAPI_Sewing with occ-7.5.1, but the resulting STP file is empty.
I would appreciate any suggestions, thank you!
Discussion
Posts are displayed in their archived order.
Hello. OCCT support tessellated geometry for STP format only in version 7.7 and higher. I would recommend to use latest master.
Best regards, Commenter-1.
I tried the latest version and it worked, thank you very much for your reply!