Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there some open source CAD libraries in Java?

Tags:

java

cad

I need a CAD modeling library. I've found such libraries, for example OPEN CASCADE, but they are not written in Java.To use those libraries I need a long time to learn a new programming language.

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

like image 373
bitcold Avatar asked Sep 17 '12 07:09

bitcold


1 Answers

Ycad is a library of CAD functions in Java. Currently only DXF is supported for reading, viewing and writing. The DXF drawing may be rendered to a Graphics object for printing or imaging. http://sourceforge.net/projects/ycad/

Maybe this helps.

like image 168
CosminO Avatar answered Oct 03 '22 03:10

CosminO