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

Extend extrude-sketch operation to also allow for "cut" operation #1503

Open
RobPasMue opened this issue Oct 23, 2024 · 2 comments · May be fixed by #1510
Open

Extend extrude-sketch operation to also allow for "cut" operation #1503

RobPasMue opened this issue Oct 23, 2024 · 2 comments · May be fixed by #1510
Assignees
Labels
enhancement New features or code improvements

Comments

@RobPasMue
Copy link
Member

Within SC and other CAD products at Ansys, one can draw a sketch and by default it will perform a extrude operation. However, you can also configure it to perform a "cut" operation (i.e. subtract operation). Let's enable this option as well - should be fairly straightforward.

@RobPasMue RobPasMue self-assigned this Oct 23, 2024
@RobPasMue RobPasMue added the enhancement New features or code improvements label Oct 23, 2024
@RobPasMue
Copy link
Member Author

Reported initially by @agvarghe

@RobPasMue
Copy link
Member Author

I'd expect something like:

comp.extrude_sketch(..., cut=True)

By default, cut should be False, users should always want to extrude by default

@RobPasMue RobPasMue linked a pull request Oct 24, 2024 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant