My .dxf file was converted to SVG and printed out with black shadows.see detail
I know this is old, but i wanna help :) you must embed the components in a swing node :D //All is inside Controller class `private File saveFile; @FXML private SwingNode swingNode=new SwingNode(); private DXFDocument doc=new DXFDocument(); @FXML private AnchorPane anchDXF=new AnchorPane(); @FXML private void openFile(ActionEvent event){ FileChooser selectFile = new FileChooser(); selectFile.setTitle("Please select the DXF file to use"); selectFile.getExtensionFilters().add(new FileChooser.ExtensionFilter("DXF","*.dxf"));...
Hello. I read a sources and find a bug where coordinates for Z is set to X in XLine and Ray. In future i upload my fix to project.
Hello. I found toDXFPolyline in DXFSplineConverter.
Hello. I founded toDXFPolyline in DXFSplineConverter.
Hello. I try to get coordinates for RAY and it's also not have Y coordinate (always is 0).
Hello. Are you wrote your implementation of toDXFPolyline? Or it is standard method in kabeja library? I tryed to use toDXFPolyline for my splines but its no such method.
Hello. I try to parse DXF file with a two XLINE entities. But when i get X and Y coordinates for base point of XLINE, i get only X coordinate. Y is always 0. Is this normal? DXFXLine xline = (DXFXLine) tmplist.get(i); System.out.println("X = " + xline.getBasePoint().getX()); System.out.println("Y = " + xline.getBasePoint().getY());
A minor improvement for this patch in MathIUtils the cross funtion can be removed, and the invocation can be replaced by crossProduct.
Correction for ellipse angles (when exporting to svg)
Hello, is that problem already solved? I need to obtain block attributes of dxf files. Regards, Daniela.
Hi everybody, i'm a young developer who need to create a new DXF Document for a program...
Hello, I need to write source code which reads in a dxf-file and returns the type...
Hello, I need to write source code which reads in a dxf-file and returns the type...
Hi, I'm needing the same fucntionality export DXFDocument to PDF i have look for...
I'm using kabeja to read DXF file. In every level I got some polylines and some lines....
hi adam did u solved the problem?? I'm using Kabeja 0.4 too and it does not have...
hi, I don't see getAttributeIterator(), getAttributeCount(), getAttribute() in Kabeja...
Let's say i have the name/id of a layer and a block... How do I extract the attributes...
Hi, I've got this .DXF with Point entities, but it appears that they are not imported....
Hi everybody! I am trying to read AcDbText of Blocks, but I can't get it. I have...
Hy Havey ou find any way to write back to dxf file? If do, can you explain how you...
DXFTextParser NumberFormatException (+fix)
Thank you for making this code open source! I hope it will save me a lot of time....
Hi, I use org.kabeja.dxf.DXFHatch but i can't find a getter for get area. Alternative...
Hi, I use org.kabeja.dxf.DXFHatch but i can't find a getter for get area. Alternative...
Version - kabeja-0.4 I'm able to read the and parse through the layers and respective...
Output ERROR : java.lang.IllegalArgumentException: negative width The error occurs...