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
OCC has BRepOffsetAPI_MakeOffset for this.
Can work with either a Face or a Wire.
Supports 3 join types: arc, tangent, and intersection.
Has a "ToApprox" boolean setting to use only linear segments and circular arcs in the output.
The text was updated successfully, but these errors were encountered:
Splitting this off from #72 because
Shape::offset_surface()
is already implemented.OCC has BRepOffsetAPI_MakeOffset for this.
Can work with either a Face or a Wire.
Supports 3 join types: arc, tangent, and intersection.
Has a "ToApprox" boolean setting to use only linear segments and circular arcs in the output.
The text was updated successfully, but these errors were encountered: