nanoLogika / ACadSvg

C# library to convert AutoCAD drawings from DWG to SVG. AutoCAD files are read using ACadSharp.
GNU Lesser General Public License v3.0
8 stars 2 forks source link

Conversion option GroupFilterRegex, GroupFilterMode #48

Closed mme1950 closed 8 months ago

mme1950 commented 8 months ago

Block/BlockRecord objects read from the AutoCAD-File are converted to SVG group elements. But not all groups are relevant. Groups shall be be filtered by their names using a regular expression. The filter shall be applied as exclude or include filter.