DXFLayout

LAYOUT entity is part of a modelspace or paperspace layout definitions.

Subclass of

ezdxf.entities.PlotSettings

DXF type

'LAYOUT'

Factory function

internal data structure, use Layouts to manage layout objects.

class ezdxf.entities.DXFLayout
dxf.name

Layout name as shown in tabs by CAD applications

dxf.layout_flags

1

Indicates the PSLTSCALE value for this layout when this layout is current

2

Indicates the LIMCHECK value for this layout when this layout is current

dxf.tab_order

default is 1

dxf.limmin

default is Vec2(0, 0)

dxf.limmax

default is Vec2(420, 297)

dxf.insert_base

default is Vec3(0, 0, 0)

dxf.extmin

default is Vec3(1e20, 1e20, 1e20)

dxf.extmax

default is Vec3(-1e20, -1e20, -1e20)

dxf.elevation

default is 0

dxf.ucs_origin

default is Vec3(0, 0, 0)

dxf.ucs_xaxis

default is Vec3(1, 0, 0)

dxf.ucs_yaxis

default is Vec3(0, 1, 0)

dxf.ucs_type

0

UCS is not orthographic

1

Top

2

Bottom

3

Front

4

Back

5

Left

6

Right

default is 1

dxf.block_record_handle
dxf.viewport_handle
dxf.ucs_handle
dxf.base_ucs_handle