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

feat: commands for merge and intersect #1665

Draft
wants to merge 11 commits into
base: blitz
Choose a base branch
from

Conversation

smereu
Copy link
Contributor

@smereu smereu commented Jan 20, 2025

Description

Please provide a brief description of the changes made in this pull request.

Issue linked

Please mention the issue number or describe the problem this pull request addresses.

Checklist

  • I have tested my changes locally.
  • I have added necessary documentation or updated existing documentation.
  • I have followed the coding style guidelines of this project.
  • I have added appropriate unit tests.
  • I have reviewed my changes before submitting this pull request.
  • I have linked the issue or issues that are solved to the PR if any.
  • I have assigned this PR to myself.
  • I have added the minimum version decorator to any new backend method implemented.
  • I have made sure that the title of my PR follows Conventional commits style (e.g. feat: extrude circle to cylinder)

smereu and others added 3 commits January 20, 2025 13:05
Boolean operations on body were executed using the core API. For a number of reasons it is agreed to switch to command based implementation which simplifies treatment of occurrences and fixes some known issues.  Note that
1) Combine.Merge operation does not support keeping the other bodies
2) Subtract is invoked from Combine.Intersect passing subtract_from_target = true
remove files accidentally committed
@github-actions github-actions bot added the enhancement New features or code improvements label Jan 20, 2025
@smereu
Copy link
Contributor Author

smereu commented Jan 20, 2025

@RobPasMue @jonahrb @b-matteo Leaving this PR in draft mode until the API server is updated, but feel free to review and add suggestions

@smereu smereu changed the title Feat/commands for merge and intersect Feat: commands for merge and intersect Jan 21, 2025
smereu and others added 5 commits January 20, 2025 21:32
Apply style change from pre-commit and correct undefined variable
remove unnecessary files
Remove unnecessary files
@smereu smereu changed the title Feat: commands for merge and intersect feat: commands for merge and intersect Jan 21, 2025
@RobPasMue
Copy link
Member

@smereu - please add yourself as "Assignee" of the PR and modify the PR description according to the guidelines whenever you get the chance. This allows us to properly maintain the repository and easily determine features and implementations

@smereu smereu self-assigned this Jan 22, 2025
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 this pull request may close these issues.

3 participants