Formatting fix

This commit is contained in:
Adam Urbańczyk
2020-06-23 22:14:10 +02:00
committed by GitHub
parent 259c88d8f2
commit a49d0f3724

View File

@ -1055,7 +1055,7 @@ class Wire(Shape, Mixin1D):
# 4. Convert to wire and fix building 3d geom from 2d geom
w = BRepBuilderAPI_MakeWire(e).Wire()
BRepLib.BuildCurves3d_s(w, 1e-9, MaxSegment=1000) # NB: preliminary values
BRepLib.BuildCurves3d_s(w, 1e-9, MaxSegment=1000) # NB: preliminary values
return cls(w)