SDXF 1.1 review

Download
by rbytes.net on

SDXF is a Python library to generate DXF files

License: GPL (GNU General Public License)
File size: 0K
Developer: Stani
0 stars award from rbytes.net

SDXF is a Python library to generate DXF files. DXF is an abbreviation of Data Exchange File, a vector graphics file format.

It is supported by virtually all CAD products (such as AutoCAD, Blender, 3Dstudio, Maya,Vectorworks...) and vector drawing programs (such as Illustrator, Flash, ...).

This Python library can generate complex CAD drawings (dxf format) with all kind of entities (such as 3DFace, Arc, Insert, Circle, Line, Mtext, Point, Polyline, Rectangle (can be filled), Solid & Text).

They can be structured with Layers, Blocks, Linetypes, Text styles and Views. See the manual for more info.

Here are some key features of "SDXF":
SDXF supports the most of DXF drawing objects:

3DFace
Arc
Insert (block)
Circle
Line
Mtext (as a series of texts)
Point
Polyline (as a series of lines)
Rectangle (can be filled)
Solid
Text

SDXF supports the most of DXF tables:

Blocks
Layers
Linetypes
Text styles
Views

What's New in This Release:
Blocks can now be inserted with rotation, and a typo in the demo function has been fixed.

SDXF 1.1 keywords