I started using the YCAD Library
. The problem is that I cannot find any usage instructions and I am kind of confused because I have no idea how to use it. I am hoping that somebody here used it before or is using it now so he/she can give me some tips how to use the library.
Thank you in advance.
PS.
One of the requirements for the project is to develop it in Java
. I know that there are some good libraries in C#, C++, etc. but I need to do it in Java
.
Best regards, Dimitar Georgiev
Import the classes such as
com.ysystems.ycad.lib.yxxf.Yxxf
.Open the file object:
Open the buffered input stream with the file:
Open the buffered stream:
Create the
Yxxf
object:Create the
YdxfGetBuffer
:Set the type:
After this, you may probably find the objects and iterate through.