Are there Java open source Java libraries?

I need a CAD modeling library. I found libraries like OPEN CASCADE, but they are not written in Java. To use these libraries, I need a lot of time to learn a new programming language.

Now that I am familiar with Java. Is there anyone who knows some open source CAD libraries in Java?

+5
source share
2 answers

Ycad is a library of CAD functions in Java. Currently, only DXF is supported for reading, viewing, and writing. A DXF drawing can be rendered onto a Graphics object for printing or image processing. http://sourceforge.net/projects/ycad/

Perhaps this helps.

+5

, http://jcae.sourceforge.net/architecture.html , . java, "JNA" OPEN CASCADE.

+2

All Articles