Skip to content

Commit 394b1b6

Browse files
jmwrightmarcus7070
andauthored
Update doc/importexport.rst
Pull importDXF docstring into docs Co-authored-by: Marcus Boyd <[email protected]>
1 parent aa0eb80 commit 394b1b6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

doc/importexport.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,10 @@ Notes on the Formats
4242
Importing DXF
4343
##############
4444

45-
DXF files can be imported using the :py:meth:`importers.importDXF` method. There are 3 parameters that can be
46-
passed to this method to control how the DXF is handled.
45+
DXF files can be imported using the :py:meth:`importers.importDXF` method.
4746

48-
* ``fileName`` - The path and name of the DXF file to be imported.
49-
* ``tol`` - The tolerance used for merging edges into wires (default: 1e-6).
50-
* ``exclude`` - A list of layer names not to import (default: []).
47+
.. automethod::
48+
cadquery.importers.importDXF
5149

5250
Importing a DXF profile with default settings and using it within a CadQuery script is shown in the following code.
5351

0 commit comments

Comments
 (0)