Paperspace¶
A paperspace layout is where the modelspace drawing content is assembled and organized for 2D output, such as printing on a sheet of paper, or as a digital document, such as a PDF file.
Each DXF document can have one or more paperspace layouts but the DXF version R12 supports only one paperspace layout and it is not recommended to rely on paperspace layouts in DXF version R12.
Graphical entities can be added to the paperspace by factory
methods: Thematic Index of Layout Factory Methods. Views or “windows” to the
modelspace are added as Viewport
entities, each
viewport displays a region of the modelspace and can have an individual scaling
factor, rotation angle, clipping path, view direction or overridden layer attributes.
See also
Reference of class
Paperspace
Example for usage of paperspace viewports: viewports_in_paperspace.py