Tables Section¶
The TABLES section is the home of all TABLE objects of a DXF document.
See also
DXF Internals: TABLES Section
-
class
ezdxf.sections.tables.
TablesSection
¶ -
layers
¶ LayerTable
object forLayer
objects
-
styles
¶ TextstyleTable
object forTextstyle
objects
-
dimstyles
¶ DimStyleTable
object forDimStyle
objects
-
appids
¶ AppIDTable
object forAppID
objects
-
viewports
¶ ViewportTable
object forVPort
objects
-
block_records
¶ BlockRecordTable
object forBlockRecord
objects
-