Skip to content

Commit

Permalink
added documentation for Assembly.save() param mode (#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZTThomasOberthanner authored Dec 7, 2023
1 parent 6869dc6 commit 79e64e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cadquery/assembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ def save(
:param path: Path and filename for writing.
:param exportType: export format (default: None, results in format being inferred form the path)
:param mode: STEP only - See :meth:`~cadquery.occ_impl.exporters.assembly.exportAssembly`.
:param tolerance: the deflection tolerance, in model units. Only used for glTF, VRML. Default 0.1.
:param angularTolerance: the angular tolerance, in radians. Only used for glTF, VRML. Default 0.1.
:param \**kwargs: Additional keyword arguments. Only used for STEP, glTF and STL.
Expand Down

0 comments on commit 79e64e5

Please sign in to comment.