DiscussionsIssue archiveOpen Cascade Applications

Archived discussion

CAD assistant - Converter DLL

Open Cascade ApplicationsSat, 01/13/2024 - 00:271 reply

Browse this forum
QuestionAuthor

i want to develop using my own program just the file conversion. what DLL or libraries to use ? any documentation might help. mainly purpose is to convert STEP to OBJ file.

Thanks.

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Hello, CAD Assistant one of our applications, that is based on OCCT library.

There is a sample to convert files. To convert from STEP to OBJ you need to tessellate a model

https://dev.opencascade.org/content/dewrapper-sample-harnessing-occt-de-...

OCCT documentation:

https://dev.opencascade.org/doc/overview/html/occt_user_guides__de_wrapp...

Repo:

https://github.com/Open-Cascade-SAS/OCCT

https://dev.opencascade.org/resources/git_repository

More information: https://dev.opencascade.org/resources

Best regards, Commenter-1.