Forum archiveIssue archiveVisualization and 3D Viewer

Archived discussion

BREP solid represent with triangular facets after discretizing can't save to stp as BREP model

Visualization and 3D ViewerFri, 12/06/2024 - 06:402 replies

Browse this forum
QuestionAuthor

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

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

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.

02Commenter-2

I tried the latest version and it worked, thank you very much for your reply!