Skip to main content

Python library to generate DXF drawing files (CAD)

Project description

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, …).

SDXF 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.

Example

import sdxf

d=sdxf.Drawing()

d.append(sdxf.Text(‘Hello World!’,point=(3,0,1)))

d.append(sdxf.Line(points=[(0,0,0),(1,1,1)]))

d.saveas(‘hello_world.dxf’)

For more info: http://dxf.stani.be http://jonschull.blogspot.com/2008/12/kellbot-sdxf-python-library-for-dxf.html

NOTE: This exists because of defun. http://pypi.python.org/pypi/SDXF

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dxf-1.1.1.tar.gz (7.1 kB view hashes)

Uploaded source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page