Home
last modified time | relevance | path

Searched refs:EntitySection (Results 1 – 9 of 9) sorted by relevance

/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/sections/
H A Dentities.rst8 for `ezdxf` the :class:`EntitySection` is just a proxy for modelspace and the active paperspace lin…
14 .. class:: EntitySection
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/io_import_dxf/dxfgrabber/
H A Dsections.py12 from .entitysection import EntitySection, ObjectsSection
60 'ENTITIES': EntitySection,
H A Dentitysection.py15 class EntitySection(object): class
50 class ObjectsSection(EntitySection):
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/
H A Deztypes.py49 from ezdxf.sections.entities import EntitySection
140 ObjectsSection, EntitySection
H A Ddocument.py36 from ezdxf.sections.entities import EntitySection, StoredSection
95 self.entities: EntitySection = None
138 self.entities = EntitySection(self)
354 self.entities = EntitySection(self, sections.get('ENTITIES', None))
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/sections/
H A Dentities.py29 class EntitySection: class
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_02_dxf_graphics/
H A Dtest_210_polyline_2.py8 from ezdxf.sections.entities import EntitySection
312 section = EntitySection(doc, load_entities(NEW_STYLE_POLYFACE, 'ENTITIES'))
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/addons/dwg/
H A Dloader.py13 from ezdxf.sections.entities import EntitySection
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/drawing/
H A Ddrawing.rst66 …Reference to the :class:`EntitySection` of the drawing, where all graphical entities are stored, b…