LICENSE.txt
MANIFEST.in
NEWS.md
README.md
requirements.txt
setup.cfg
setup.py
examples/complex_line_type_example.py
examples/copydxf.py
examples/custom_header_vars.py
examples/examine_dimlines.py
examples/flags.py
examples/mtext.py
examples/mtext_in_yz_plane.py
examples/open_big_facemodels.py
examples/optimize_polyfaces.py
examples/page_setup_R12.py
examples/page_setup_R2000.py
examples/play_with_surface.py
examples/print_layout_properties.py
examples/redraw_order.py
examples/rename_layer.py
examples/setup_standard_tables.py
examples/text_alignment.py
examples/tiled_window_setup.py
examples/transform_entities.py
examples/tut_blocks.py
examples/using_R2018.py
examples/using_all_text_styles.py
examples/using_arcs.py
examples/using_blocks.py
examples/using_circle_R12.py
examples/using_ellipse.py
examples/using_fast_file_writer.py
examples/using_geodata.py
examples/using_group.py
examples/using_groupby.py
examples/using_hatch.py
examples/using_image.py
examples/using_lineweight.py
examples/using_lwpolyline.py
examples/using_mesh_1.py
examples/using_mesh_2.py
examples/using_pdf_underlay.py
examples/using_spline.py
examples/using_spline_approx.py
examples/using_true_color_and_transparency.py
examples/using_ucs.py
examples/using_xref.py
examples/viewports_in_paperspace.py
examples/addons/build_menger_sponge.py
examples/addons/build_sierpinski_pyramid.py
examples/addons/using_dimlines_addons.py
examples/addons/using_mtext_addon.py
examples/addons/using_table_addon.py
examples/render/dimension_linear.py
examples/render/render_bezier.py
examples/render/render_ellipse.py
examples/render/render_euler_spiral.py
examples/render/render_forms.py
examples/render/render_r12spline.py
examples/render/render_spline.py
examples/render/show_all_arrows.py
examples/tut/hatch/solid_hatch_ellipse.py
examples/tut/hatch/solid_hatch_polyline_path.py
examples/tut/hatch/solid_hatch_polyline_path_with_bulge.py
examples/tut/ocs/arc.py
examples/tut/ocs/circle.py
examples/tut/ocs/lwpolyline.py
examples/tut/ocs/polyline3d.py
examples/tut/ocs/text.py
examples/tut/spline/extended_spline.py
examples/tut/spline/modified_spline.py
examples/tut/spline/simple_spline.py
examples/tut/text/simple_text.py
ezdxf/__init__.py
ezdxf/acadctb.py
ezdxf/database.py
ezdxf/dimstyleoverride.py
ezdxf/drawing.py
ezdxf/dxfentity.py
ezdxf/dxffactory.py
ezdxf/entityspace.py
ezdxf/eztypes.py
ezdxf/filemanagement.py
ezdxf/graphicsfactory.py
ezdxf/groupby.py
ezdxf/options.py
ezdxf/query.py
ezdxf/queryparser.py
ezdxf/r12writer.py
ezdxf/tracker.py
ezdxf/units.py
ezdxf/version.py
ezdxf.egg-info/PKG-INFO
ezdxf.egg-info/SOURCES.txt
ezdxf.egg-info/dependency_links.txt
ezdxf.egg-info/entry_points.txt
ezdxf.egg-info/not-zip-safe
ezdxf.egg-info/requires.txt
ezdxf.egg-info/top_level.txt
ezdxf/addons/__init__.py
ezdxf/addons/dimlines.py
ezdxf/addons/importer.py
ezdxf/addons/menger_sponge.py
ezdxf/addons/mixins.py
ezdxf/addons/mtext.py
ezdxf/addons/sierpinski_pyramid.py
ezdxf/addons/table.py
ezdxf/audit/__init__.py
ezdxf/audit/__main__.py
ezdxf/audit/auditor.py
ezdxf/legacy/__init__.py
ezdxf/legacy/attrib.py
ezdxf/legacy/block.py
ezdxf/legacy/dimension.py
ezdxf/legacy/facemixins.py
ezdxf/legacy/factory.py
ezdxf/legacy/graphics.py
ezdxf/legacy/headervars.py
ezdxf/legacy/insert.py
ezdxf/legacy/layouts.py
ezdxf/legacy/polyfacebuilder.py
ezdxf/legacy/polyline.py
ezdxf/legacy/tableentries.py
ezdxf/legacy/text.py
ezdxf/legacy/trace.py
ezdxf/legacy/viewport.py
ezdxf/lldxf/__init__.py
ezdxf/lldxf/attributes.py
ezdxf/lldxf/const.py
ezdxf/lldxf/encoding.py
ezdxf/lldxf/extendedtags.py
ezdxf/lldxf/hdrvars.py
ezdxf/lldxf/loader.py
ezdxf/lldxf/packedtags.py
ezdxf/lldxf/repair.py
ezdxf/lldxf/tagger.py
ezdxf/lldxf/tags.py
ezdxf/lldxf/tagwriter.py
ezdxf/lldxf/types.py
ezdxf/lldxf/validator.py
ezdxf/math/__init__.py
ezdxf/math/arc.py
ezdxf/math/bbox.py
ezdxf/math/bezier.py
ezdxf/math/bezier4p.py
ezdxf/math/box.py
ezdxf/math/bspline.py
ezdxf/math/bulge.py
ezdxf/math/circle.py
ezdxf/math/construct2d.py
ezdxf/math/convexhull.py
ezdxf/math/eulerspiral.py
ezdxf/math/line.py
ezdxf/math/matrix.py
ezdxf/math/matrix44.py
ezdxf/math/points.py
ezdxf/math/shape.py
ezdxf/math/surfaces.py
ezdxf/math/ucs.py
ezdxf/math/vector.py
ezdxf/modern/__init__.py
ezdxf/modern/acad_proxy_entity.py
ezdxf/modern/acad_table.py
ezdxf/modern/attrib.py
ezdxf/modern/block.py
ezdxf/modern/datatable.py
ezdxf/modern/dimassoc.py
ezdxf/modern/dimension.py
ezdxf/modern/dxfdict.py
ezdxf/modern/dxfgroups.py
ezdxf/modern/dxflayout.py
ezdxf/modern/dxfobjects.py
ezdxf/modern/ellipse.py
ezdxf/modern/factory.py
ezdxf/modern/field.py
ezdxf/modern/fieldlist.py
ezdxf/modern/geodata.py
ezdxf/modern/graphics.py
ezdxf/modern/hatch.py
ezdxf/modern/headervars.py
ezdxf/modern/helix.py
ezdxf/modern/idbuffer.py
ezdxf/modern/image.py
ezdxf/modern/insert.py
ezdxf/modern/layer_filter.py
ezdxf/modern/layouts.py
ezdxf/modern/leader.py
ezdxf/modern/light.py
ezdxf/modern/lwpolyline.py
ezdxf/modern/material.py
ezdxf/modern/matrix_accessors.py
ezdxf/modern/mesh.py
ezdxf/modern/mleader.py
ezdxf/modern/mline.py
ezdxf/modern/mtext.py
ezdxf/modern/object_manager.py
ezdxf/modern/oleframe.py
ezdxf/modern/polyline.py
ezdxf/modern/ray.py
ezdxf/modern/section.py
ezdxf/modern/solid3d.py
ezdxf/modern/sortentstable.py
ezdxf/modern/spline.py
ezdxf/modern/sun.py
ezdxf/modern/sunstudy.py
ezdxf/modern/surface.py
ezdxf/modern/tableentries.py
ezdxf/modern/tablestyle.py
ezdxf/modern/text.py
ezdxf/modern/tolerance.py
ezdxf/modern/trace.py
ezdxf/modern/underlay.py
ezdxf/modern/vba_project.py
ezdxf/modern/viewport.py
ezdxf/modern/visualstyle.py
ezdxf/modern/wipeout.py
ezdxf/modern/xrecord.py
ezdxf/pp/__init__.py
ezdxf/pp/__main__.py
ezdxf/pp/dxfpp.css
ezdxf/pp/dxfpp.html
ezdxf/pp/dxfpp.js
ezdxf/pp/dxfpp.py
ezdxf/pp/rawpp.css
ezdxf/pp/rawpp.html
ezdxf/pp/rawpp.py
ezdxf/pp/reflinks.py
ezdxf/render/__init__.py
ezdxf/render/arrows.py
ezdxf/render/curves.py
ezdxf/render/dimension.py
ezdxf/render/forms.py
ezdxf/render/mesh.py
ezdxf/render/r12spline.py
ezdxf/sections/__init__.py
ezdxf/sections/abstract.py
ezdxf/sections/acdsdata.py
ezdxf/sections/blocks.py
ezdxf/sections/classes.py
ezdxf/sections/entities.py
ezdxf/sections/header.py
ezdxf/sections/objects.py
ezdxf/sections/sections.py
ezdxf/sections/table.py
ezdxf/sections/tables.py
ezdxf/sections/unsupported.py
ezdxf/templates/AC1009.dxf
ezdxf/templates/AC1015.dxf
ezdxf/templates/AC1018.dxf
ezdxf/templates/AC1021.dxf
ezdxf/templates/AC1024.dxf
ezdxf/templates/AC1027.dxf
ezdxf/templates/AC1032.dxf
ezdxf/templates/__init__.py
ezdxf/tools/__init__.py
ezdxf/tools/binarydata.py
ezdxf/tools/codepage.py
ezdxf/tools/complex_ltype.py
ezdxf/tools/crypt.py
ezdxf/tools/handle.py
ezdxf/tools/indexing.py
ezdxf/tools/juliandate.py
ezdxf/tools/pattern.py
ezdxf/tools/perlin.py
ezdxf/tools/rgb.py
ezdxf/tools/standards.py
ezdxf/tools/test.py
ezdxf/tools/zipmanager.py
integration_tests/audit.py
integration_tests/stress.py
integration_tests/test_all_dimline_styles.py
integration_tests/test_anonymous_blocks.py
integration_tests/test_audit_critical_dxf_files.py
integration_tests/test_complex_line_type_2.py
integration_tests/test_create_basic_graphics.py
integration_tests/test_entities_iterator.py
integration_tests/test_import_blocks.py
integration_tests/test_leica_disto_r12.py
integration_tests/test_new_table_entries.py
integration_tests/test_none_ascii_read_write.py
integration_tests/test_open_R13_R14.py
integration_tests/test_open_coord_order_issue.py
integration_tests/test_open_exotic_dxf_files.py
integration_tests/test_polyline_entity.py
integration_tests/test_r12writer.py
integration_tests/test_read_write_modern_entites.py
integration_tests/test_read_write_read_compare.py
integration_tests/test_rotated_block_attributes.py
integration_tests/test_surface_entities.py
integration_tests/test_write_without_handles.py
integration_tests/data/AC1003_LINE_Example.dxf
integration_tests/data/Leica_Disto_S910.dxf
integration_tests/data/POLI-ALL210_12.DXF
integration_tests/data/custom_blocks.dxf
integration_tests/data/no_layouts.dxf
integration_tests/data/rwrcmptest.zip
integration_tests/data/small_r13.dxf
integration_tests/data/small_r14.dxf
tests/test_abstract_layout.py
tests/test_acadctb.py
tests/test_acdsdata.py
tests/test_audit.py
tests/test_autoblockref.py
tests/test_binary_data.py
tests/test_blockssection.py
tests/test_classessection.py
tests/test_codepage.py
tests/test_complex_line_type.py
tests/test_copy_and_move_entity_to_layout.py
tests/test_create_objects.py
tests/test_crypt.py
tests/test_database.py
tests/test_default_chunk.py
tests/test_drawing.py
tests/test_duplicate_entity.py
tests/test_dxf_binary_tag.py
tests/test_dxf_pp.py
tests/test_dxf_raw_pp.py
tests/test_dxf_types.py
tests/test_dxf_vertex.py
tests/test_dxfattr.py
tests/test_dxfentity.py
tests/test_dxfvalue.py
tests/test_embedded_object_tags.py
tests/test_encoding.py
tests/test_entity_structure_validator.py
tests/test_entitysection.py
tests/test_entityspace.py
tests/test_extended_tags.py
tests/test_fix_line_coordinates.py
tests/test_graphics_factory.py
tests/test_groupby.py
tests/test_handle.py
tests/test_headersection.py
tests/test_indexing.py
tests/test_juliandate.py
tests/test_layer_name_validator.py
tests/test_layouts.py
tests/test_load_dxf_structure.py
tests/test_multi_tags_text.py
tests/test_newdrawings.py
tests/test_objectssection.py
tests/test_query.py
tests/test_queryparser.py
tests/test_read_proe_ac1018.py
tests/test_read_zip.py
tests/test_sections.py
tests/test_suppress_zeros.py
tests/test_table.py
tests/test_tables.py
tests/test_tag_writer.py
tests/test_tagger.py
tests/test_taggroups.py
tests/test_tags.py
tests/test_templates.py
tests/test_text_chunk_tags.py
tests/test_truecolor.py
tests/test_units.py
tests/test_version.py
tests/test_viewport_table.py
tests/test_addons/test_addon_mtext.py
tests/test_addons/test_addon_r12spline.py
tests/test_addons/test_addon_table.py
tests/test_addons/test_importer.py
tests/test_legacy_structures/test_appid_tableentry.py
tests/test_legacy_structures/test_basic_graphics_R12.py
tests/test_legacy_structures/test_dimlines_R12.py
tests/test_legacy_structures/test_dimstyle_tableentry.py
tests/test_legacy_structures/test_layer_tableentry.py
tests/test_legacy_structures/test_ltype_tableentry.py
tests/test_legacy_structures/test_polyline_R12.py
tests/test_legacy_structures/test_style_tableentry.py
tests/test_legacy_structures/test_ucs_tableentry.py
tests/test_legacy_structures/test_view_tableentry.py
tests/test_legacy_structures/test_viewport_entity_R12.py
tests/test_legacy_structures/test_viewport_tableentry.py
tests/test_math/test_arc.py
tests/test_math/test_base.py
tests/test_math/test_bbox.py
tests/test_math/test_bezier3d.py
tests/test_math/test_bspline.py
tests/test_math/test_bsplineu.py
tests/test_math/test_bulge.py
tests/test_math/test_closest_point.py
tests/test_math/test_construction_box.py
tests/test_math/test_construction_circle.py
tests/test_math/test_construction_line.py
tests/test_math/test_construction_ray.py
tests/test_math/test_control_frame.py
tests/test_math/test_convexhull.py
tests/test_math/test_euler_spiral.py
tests/test_math/test_global_curve_approximation.py
tests/test_math/test_knot.py
tests/test_math/test_matrix.py
tests/test_math/test_matrix44.py
tests/test_math/test_ocs.py
tests/test_math/test_perlin_noise.py
tests/test_math/test_rbspline.py
tests/test_math/test_ucs.py
tests/test_math/test_ucs_pass_trough.py
tests/test_math/test_vec2.py
tests/test_math/test_vector.py
tests/test_modern_structures/test_acad_table.py
tests/test_modern_structures/test_basic_graphics.py
tests/test_modern_structures/test_body.py
tests/test_modern_structures/test_create_new_layout.py
tests/test_modern_structures/test_datatable.py
tests/test_modern_structures/test_dimassoc.py
tests/test_modern_structures/test_dimlines.py
tests/test_modern_structures/test_dxfdictionary.py
tests/test_modern_structures/test_extension_dict.py
tests/test_modern_structures/test_field.py
tests/test_modern_structures/test_fieldlist.py
tests/test_modern_structures/test_geodata.py
tests/test_modern_structures/test_group.py
tests/test_modern_structures/test_hatch.py
tests/test_modern_structures/test_helix.py
tests/test_modern_structures/test_idbuffer.py
tests/test_modern_structures/test_image.py
tests/test_modern_structures/test_layer_filter.py
tests/test_modern_structures/test_leader.py
tests/test_modern_structures/test_light.py
tests/test_modern_structures/test_lwpolyline.py
tests/test_modern_structures/test_material.py
tests/test_modern_structures/test_mesh.py
tests/test_modern_structures/test_mesh_packed_data.py
tests/test_modern_structures/test_mleader.py
tests/test_modern_structures/test_mline.py
tests/test_modern_structures/test_mtext.py
tests/test_modern_structures/test_packed_tags.py
tests/test_modern_structures/test_polyline_graphics.py
tests/test_modern_structures/test_section.py
tests/test_modern_structures/test_sortentstable.py
tests/test_modern_structures/test_spline.py
tests/test_modern_structures/test_sun.py
tests/test_modern_structures/test_sunstudy.py
tests/test_modern_structures/test_surface.py
tests/test_modern_structures/test_tableentries.py
tests/test_modern_structures/test_tablestyle.py
tests/test_modern_structures/test_tolerance.py
tests/test_modern_structures/test_underlay.py
tests/test_modern_structures/test_vba_project.py
tests/test_modern_structures/test_viewport_entity.py
tests/test_modern_structures/test_visualstyle.py
tests/test_modern_structures/test_wipeout.py
tests/test_modern_structures/test_xrecord.py
tests/test_render/test_arrows.py
tests/test_render/test_render_forms.py
tests/test_render/test_render_linear_dimension.py
tests/test_render/test_render_mesh.py
tests/test_render/test_shape.py