Home
last modified time | relevance | path

Searched refs:DXF2004 (Results 1 – 11 of 11) sorted by relevance

/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/sections/
H A Dclasses.py6 from ezdxf.lldxf.const import DXFStructureError, DXF2004, DXF2000, DXFKeyError
147 DXF2004: REQ_R2004,
269 if self.doc.dxfversion < DXF2004:
H A Dheadervars.py40 mindxf=DXF2004,
1752 mindxf=DXF2004,
1760 mindxf=DXF2004,
1768 mindxf=DXF2004,
1776 mindxf=DXF2004,
1784 mindxf=DXF2004,
1792 mindxf=DXF2004,
1800 mindxf=DXF2004,
1808 mindxf=DXF2004,
1816 mindxf=DXF2004,
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_04_dxf_high_level_structs/
H A Dtest_405_classes.py23 classes.add_required_classes(ezdxf.DXF2004)
48 collector = TagCollector(dxfversion=ezdxf.DXF2004)
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/lldxf/
H A Dconst.py11 DXF2004 = 'AC1018' variable
24 DXF2004: 'R2004',
34 DXF2004: 0,
42 DXF12, DXF2000, DXF2004, DXF2007, DXF2010, DXF2013, DXF2018]
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/entities/
H A Ddxfclass.py8 from ezdxf.lldxf.const import DXF2004, DXF2000
44 'instance_count': DXFAttr(91, dxfversion=DXF2004, default=0),
H A Ddxfgfx.py12 DXF12, DXF2000, DXF2004, DXF2007, DXF2013, DXFValueError, DXFKeyError,
76 'true_color': DXFAttr(420, dxfversion=DXF2004, optional=True),
79 'color_name': DXFAttr(430, dxfversion=DXF2004, optional=True),
82 'transparency': DXFAttr(440, dxfversion=DXF2004, optional=True),
H A Dlayer.py11 DXF12, SUBCLASS_MARKER, DXF2000, DXF2007, DXF2004, INVALID_NAME_CHARACTERS,
60 'true_color': DXFAttr(420, dxfversion=DXF2004, optional=True),
H A Ddimension.py12 DXF12, SUBCLASS_MARKER, DXF2010, DXF2000, DXF2007, DXF2004,
787 MIN_DXF_VERSION_FOR_EXPORT = DXF2004
H A Dhatch.py17 SUBCLASS_MARKER, DXF2000, DXF2004, DXF2010,
469 if self.doc is not None and self.drawing.dxfversion < DXF2004:
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_01_dxf_entities/
H A Dtest_113_dxfclass.py7 from ezdxf.lldxf.const import DXF12, DXF2000, DXF2004
84 collector = TagCollector(dxfversion=DXF2004)
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/
H A D__init__.py39 ACI, DXF12, DXF2000, DXF2004, DXF2007, DXF2010, DXF2013, DXF2018,