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

Remove GetProperties() #1022

Merged
merged 3 commits into from
Nov 5, 2024
Merged

Remove GetProperties() #1022

merged 3 commits into from
Nov 5, 2024

Conversation

elalish
Copy link
Owner

@elalish elalish commented Nov 5, 2024

I remembered just in time another breaking change I've been wanting to make - GetProperties sounds like it should be related to SetProperties, but it's not at all. I decided to simply remove it in favor of separate Volume() and SurfaceArea() calls, more in line with CrossSection.Area().

I also did a bunch of header reorganization to help Doxygen generate cleaner docs. Much of this is to work around the fact that any member group that includes only static methods will always get sorted after the other groups, which is pretty annoying. So I found ways to group things so they have a combination of static and non-static members so I can decide the order of presentation.

@elalish elalish self-assigned this Nov 5, 2024
@elalish elalish added this to the v3.0 milestone Nov 5, 2024
@elalish elalish added the breaking change API changes for major versions label Nov 5, 2024
@elalish elalish merged commit 82140d3 into master Nov 5, 2024
19 checks passed
@elalish elalish deleted the organizeManifold branch November 5, 2024 21:34
@elalish elalish mentioned this pull request Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change API changes for major versions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant