YCad DXF Library Code Example

I am currently working on a java project and should export DXF with lines and text. Especially MTEXT, which is multi-line text in AutoCAD DXF files.

I was hoping someone here already used the Ycad library . I cannot find any example code, and I only have documentation that does not help me right away. These and which are ... the only examples I have found ...

I will need code that shows how to create a new DXF file, insert lines and text objects, and write the file through the Ycad library. I would be very grateful if anyone could give me a hint!

Thanks in advance

+4
source share

Source: https://habr.com/ru/post/1584744/


All Articles