4 projects tagged "DXF"
QCAD is an application for computer aided drafting in two dimensions (2D). With QCAD, you can create technical drawings such as plans for buildings, interiors, mechanical parts, or schematics and diagrams. QCAD can be easily extended through plugins and its very powerful and complete ECMAScript (JavaScript) interface.
QCAD Pro bundles QCAD with additional proprietary tools and plugins, including read and write support for the DWG file format, SVG export, printing a drawing on multiple pages (poster), and support for splines from fit points. QCAD is an application for computer aided drafting in two dimensions (2D). With QCAD, you can create technical drawings such as plans for buildings, interiors, mechanical parts, or schematics and diagrams. QCAD can be easily extended through plugins and its very powerful and complete ECMAScript (JavaScript) interface.
DXF2papercraft converts a polygonal 3D model stored as a DXF file into a plain drawing in the form of a 2D DXF file. This requires the program to "unfold" the 3D model. The result is a flattened pattern of connected polygons. All edges of a polygon which are unconnected get a so-called glue tab in addition. This pattern is called a papercraft model, and it can be used to build a shape that resembles the original 3D model from paper or cardboard. After all pairs of tabs have been glued together, the paper model corresponds to the 3D object. The final model can be reinforced by fiber glass and resin to obtain a rigid, resilient structure.
DXF Export Java is a Java library for exporting CAD entities, along with their properties, to stream or AutoCAD DXF files at high speed and with ease. Creating a new DXF file takes only one call of the exporter class, provided that user data has been prepared and loaded to the required fields beforehand. The library handles all major entities, including Arc, Bezier, Circle, Ellipse, Hatch Pattern, Line, Multi-line Text, Pixel, Polyline, Rectangle, and Text. It also supports layers, colors, line styles, and other important properties. Source code and working demos are included.