4

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?

Beau Grantham
  • 3,435
  • 5
  • 33
  • 43
user3533030
  • 359
  • 3
  • 17

2 Answers2

1

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

www.jsdai.net

user3015252
  • 216
  • 1
  • 2
0

BIMserver and its friends in Open Source BIM](https://github.com/opensourceBIM) can easily handle this problem without writing a single line of code.

Thoran
  • 8,884
  • 7
  • 41
  • 50