You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any Edges (as opposed to Faces) to passed to sweep() ignore the parameters multisection, is_frenet, normal and binormal so it is impossible to e.g. create a face by sweeping an edge with a fixed normal.
The text was updated successfully, but these errors were encountered:
Sweep already does support 1D objects, it's just that the additional parameters like multisection or normal are silently ignored, apparently because Shell.sweep does not yet support them:
I think those should be straightforward to pass on to OCC's BRepOffsetAPI_MakePipeShell function. I can test adding multisection and binormal support also for Shell.sweep and make a PR if it works the way I expect.
Any Edges (as opposed to Faces) to passed to
sweep()
ignore the parametersmultisection
,is_frenet
,normal
andbinormal
so it is impossible to e.g. create a face by sweeping an edge with a fixed normal.The text was updated successfully, but these errors were encountered: