From 6c67b7487c6d2b53f871975b56cfa0d3303c66d4 Mon Sep 17 00:00:00 2001 From: Eduardo Luiz Schilling <35701560+elschilling@users.noreply.github.com> Date: Sat, 17 Feb 2024 13:29:26 -0300 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 386a347..707f95f 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,13 @@ Inkscape extension to create Layers from elements containing IfcClasses **Installation** To install copy the .py and .inx files to the Inkscape extensions folder (varies depending on your system, to open it go to Inkscape > Edit > Preferences > System > User extensions > Open) + + +**ezdxf_exporter_effect** + +This file effect script for Inkscape export DXF file with layers from groups containing +class attributes starting with Ifc. It allows mapping layer name, color, lineweight and linetype +and saving export settings. +Depends on ezdxf library, to install it run: + + `pip install ezdxf`