File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,10 @@ Notes on the Formats
42
42
Importing DXF
43
43
##############
44
44
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.
47
46
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
51
49
52
50
Importing a DXF profile with default settings and using it within a CadQuery script is shown in the following code.
53
51
You can’t perform that action at this time.
0 commit comments