Skip to content

Commit 2d35517

Browse files
DXF multilayer support (#1267)
* Test DXF export with text * DXF multilayer support Also supports: * setting units * setting color by layer * setting line type by layer * Apply transformation to bspline curve on DXF export * Typing improvements * Improve test coverage --------- Co-authored-by: Lorenz Neureuter <[email protected]>
1 parent 44b769a commit 2d35517

File tree

7 files changed

+647
-127
lines changed

7 files changed

+647
-127
lines changed

cadquery/occ_impl/exporters/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from .json import JsonMesh
1616
from .amf import AmfWriter
1717
from .threemf import ThreeMFWriter
18-
from .dxf import exportDXF
18+
from .dxf import exportDXF, DxfDocument
1919
from .vtk import exportVTP
2020
from .utils import toCompound
2121

0 commit comments

Comments
 (0)