Skip to content

Commit 79e64e5

Browse files
added documentation for Assembly.save() param mode (#1458)
1 parent 6869dc6 commit 79e64e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cadquery/assembly.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ def save(
464464
465465
:param path: Path and filename for writing.
466466
:param exportType: export format (default: None, results in format being inferred form the path)
467+
:param mode: STEP only - See :meth:`~cadquery.occ_impl.exporters.assembly.exportAssembly`.
467468
:param tolerance: the deflection tolerance, in model units. Only used for glTF, VRML. Default 0.1.
468469
:param angularTolerance: the angular tolerance, in radians. Only used for glTF, VRML. Default 0.1.
469470
:param \**kwargs: Additional keyword arguments. Only used for STEP, glTF and STL.

0 commit comments

Comments
 (0)