Release of ezdxf v1.2.0 #1041
mozman
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release v1.2.0
ezdxf
requires at least Python 3.9Numpy
into the core library.IMAGE rendering support for the drawing add-on
Rendering support for the
IMAGE
entity was added by @mbway.The
IMAGE
rendering is supported for the modelspace:and paperspace layouts:
This feature requires active support from the backend and is currently supported by these backends:
Extended
draw
commandezdxf draw
command supports additional backends by the option--backend {matplotlib,qt,mupdf,custom_svg}
matpoltlib
: MatplotlibBackendqt
: PyQtBackendmupdf
: PyMuPdfBackendcustom_svg
: SVGBackendThe command
ezdxf draw --formats --backend <backend-name>
shows the supported output formats for the specified backend.New Module
ezdxf.xclip
The
ezdxf.xclip
module contains the the newXClip
class. TheXClip
class can set or remove the clipping path of external references or block references like the XCLIP command in CAD applications. TheXClip
class supports only 2D clipping paths and cannot create inverted clipping paths.For more information read the docs.
Rendering Support for Clipped Block References
The clipping of block references is supported by the
drawing
add-onModelspace:
Paperspace:
Beta Was this translation helpful? Give feedback.
All reactions