Activity for Kabeja

  • jace xue jace xue posted a comment on discussion Help

    My .dxf file was converted to SVG and printed out with black shadows.see detail

  • Yair Camborda Yair Camborda posted a comment on discussion Open Discussion

    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"));...

  • Evgeny Korol Evgeny Korol posted a comment on discussion Help

    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.

  • Evgeny Korol Evgeny Korol modified a comment on discussion Help

    Hello. I found toDXFPolyline in DXFSplineConverter.

  • Evgeny Korol Evgeny Korol posted a comment on discussion Help

    Hello. I founded toDXFPolyline in DXFSplineConverter.

  • Evgeny Korol Evgeny Korol posted a comment on discussion Help

    Hello. I try to get coordinates for RAY and it's also not have Y coordinate (always is 0).

  • Evgeny Korol Evgeny Korol posted a comment on discussion Help

    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.

  • Evgeny Korol Evgeny Korol posted a comment on discussion Help

    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());

  • Roland Pfeifer Roland Pfeifer posted a comment on ticket #13

    A minor improvement for this patch in MathIUtils the cross funtion can be removed, and the invocation can be replaced by crossProduct.

  • Roland Pfeifer Roland Pfeifer created ticket #13

    Correction for ellipse angles (when exporting to svg)

  • Daniela Ferletakova Daniela Ferletakova posted a comment on discussion Help

    Hello, is that problem already solved? I need to obtain block attributes of dxf files. Regards, Daniela.

  • Dario Grandi Dario Grandi posted a comment on discussion Help

    Hi everybody, i'm a young developer who need to create a new DXF Document for a program...

  • greenhorn92 greenhorn92 posted a comment on discussion Help

    Hello, I need to write source code which reads in a dxf-file and returns the type...

  • Daniel Lukas Daniel Lukas posted a comment on discussion Open Discussion

    Hello, I need to write source code which reads in a dxf-file and returns the type...

  • Xiogema Xiogema posted a comment on discussion Help

    Hi, I'm needing the same fucntionality export DXFDocument to PDF i have look for...

  • Robin Cris Robin Cris posted a comment on discussion Help

    I'm using kabeja to read DXF file. In every level I got some polylines and some lines....

  • Ump Ump posted a comment on discussion Help

    hi adam did u solved the problem?? I'm using Kabeja 0.4 too and it does not have...

  • Ump Ump posted a comment on ticket #1

    hi, I don't see getAttributeIterator(), getAttributeCount(), getAttribute() in Kabeja...

  • Ump Ump posted a comment on discussion Help

    Let's say i have the name/id of a layer and a block... How do I extract the attributes...

  • Arjen Haayman Arjen Haayman posted a comment on discussion Help

    Hi, I've got this .DXF with Point entities, but it appears that they are not imported....

  • Andrés Andrés posted a comment on discussion Help

    Hi everybody! I am trying to read AcDbText of Blocks, but I can't get it. I have...

  • Tomislav Tomislav posted a comment on discussion Help

    Hy Havey ou find any way to write back to dxf file? If do, can you explain how you...

  • Christian Bürckert Christian Bürckert created ticket #12

    DXFTextParser NumberFormatException (+fix)

  • Dan Royer Dan Royer posted a comment on discussion Help

    Thank you for making this code open source! I hope it will save me a lot of time....

  • Massimiliano Massimiliano posted a comment on discussion Help

    Hi, I use org.kabeja.dxf.DXFHatch but i can't find a getter for get area. Alternative...

  • Massimiliano Massimiliano posted a comment on discussion Help

    Hi, I use org.kabeja.dxf.DXFHatch but i can't find a getter for get area. Alternative...

  • Vijay Vijay posted a comment on discussion Open Discussion

    Version - kabeja-0.4 I'm able to read the and parse through the layers and respective...

  • Ganesha Ganesha posted a comment on discussion Open Discussion

    Output ERROR : java.lang.IllegalArgumentException: negative width The error occurs...

1
MongoDB Logo MongoDB