We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6869dc6 commit 79e64e5Copy full SHA for 79e64e5
cadquery/assembly.py
@@ -464,6 +464,7 @@ def save(
464
465
:param path: Path and filename for writing.
466
: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`.
468
:param tolerance: the deflection tolerance, in model units. Only used for glTF, VRML. Default 0.1.
469
:param angularTolerance: the angular tolerance, in radians. Only used for glTF, VRML. Default 0.1.
470
:param \**kwargs: Additional keyword arguments. Only used for STEP, glTF and STL.
0 commit comments