CAD assistant - Converter DLL

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.

Dmitrii Pasukhin's picture

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, Dmitrii.