Skip to content

Commit b86fbb5

Browse files
committed
Exposed tolerance and angularTolerance within Assembly.save exportVRML call
1 parent a1f4646 commit b86fbb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cadquery/assembly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ def save(
442442
elif exportType == "XML":
443443
exportCAF(self, path)
444444
elif exportType == "VRML":
445-
exportVRML(self, path)
445+
exportVRML(self, path, tolerance, angularTolerance)
446446
elif exportType == "GLTF":
447447
exportGLTF(self, path, True, tolerance, angularTolerance)
448448
elif exportType == "VTKJS":

0 commit comments

Comments
 (0)