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 8c7ef47 commit 13c1d09Copy full SHA for 13c1d09
cadquery/occ_impl/exporters/vtk.py
@@ -18,7 +18,7 @@ def toString(
18
19
writer = vtkXMLPolyDataWriter()
20
writer.SetWriteToOutputString(True)
21
- writer.SetInputData(shape.toVtkPolyData(tolerance, angularTolerance))
+ writer.SetInputData(shape.toVtkPolyData(tolerance, angularTolerance, True))
22
writer.Write()
23
24
return writer.GetOutputString()
0 commit comments