Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offset for Face and Wire #144

Closed
mkovaxx opened this issue Oct 17, 2023 · 0 comments · Fixed by #145
Closed

Offset for Face and Wire #144

mkovaxx opened this issue Oct 17, 2023 · 0 comments · Fixed by #145
Assignees

Comments

@mkovaxx
Copy link
Collaborator

mkovaxx commented Oct 17, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant