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

Add thicken as a shell method #580

Open
jdegenstein opened this issue Mar 1, 2024 · 1 comment
Open

Add thicken as a shell method #580

jdegenstein opened this issue Mar 1, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jdegenstein
Copy link
Collaborator

Currently I don't believe it is possible to thicken a shell directly. I am not sure if it is possible but OCCT may support this operation.

@jdegenstein jdegenstein added the enhancement New feature or request label Mar 1, 2024
@jdegenstein jdegenstein added this to the Not Gating Release 1.0.0 milestone Mar 1, 2024
@gumyr
Copy link
Owner

gumyr commented Mar 2, 2024

This is exactly why I wanted a Mixin2D class - some of the Face methods work for Shell too:

Shell.thicken = Face.thicken

faces = Cylinder(1, 5).faces().sort_by(Axis.Z, reverse=True)[1:]
shell = Shell(faces)
solid = shell.thicken(1)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants