Skip to content

Commit

Permalink
topology.py -> add MaxSegments=2000 to make_helix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein authored Jan 4, 2024
1 parent abcd7b2 commit ad1996a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build123d/topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -4927,7 +4927,7 @@ def make_helix(
topods_edge = edge_builder.Edge()

# 4. Convert the edge made with 2d geometry to 3d
BRepLib.BuildCurves3d_s(topods_edge, tol)
BRepLib.BuildCurves3d_s(topods_edge, tol, MaxSegments=2000)

return cls(topods_edge)

Expand Down

0 comments on commit ad1996a

Please sign in to comment.