Search code examples
javacadstep

API in Java for STEP (p21) - to create STEP compliant files


I'm interested in writing Java to automate the creation of 3D STEP files (CAD format).

There seems to be something for C++ (https://github.com/stepcode/stepcode). There seem to be Java implementations of 3D CAD software (http://brlcad.org/).

However, I don't see an API / Package / Class Library anywhere to build STEP files using Java.

Ideas?


Solution

  • JSDAI is a java API for STEP files and is licensed AGPL.

    www.jsdai.net