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

Former glory #97

Closed
wants to merge 14 commits into from
Closed

Former glory #97

wants to merge 14 commits into from

Conversation

dzervas
Copy link
Collaborator

@dzervas dzervas commented Jun 6, 2024

I'm mostly try to match the features already implemented in main with the new design, ISOTope, etc.

Many test fixes, renaming of solid to feature, as solids are considered computation result and not "primitive" types. For example an extrusion produces solids (maybe more than 1) but they might change

In a similar manner now each ISketch also holds Compounds. Compounds describe a fixed set of primitives that form a set. For example a rectangle is a compound that includes 4 points and 4 lines. The 2 diagonal points are given as input and the rest (2 points and 4 lines) are created in the sketch.

Compounds are able to track what's theirs so upon deletion of a compound its created primitives get deleted as well

What's left is anything related to face identification (both sketch and solid) - so create sketch on solid face, extrude (ok extrude is implemented but I imagine it's very flaky), etc.

@av8ta
Copy link
Collaborator

av8ta commented Jun 8, 2024

@dzervas before I merge this could you run pnpm format from root?

@dzervas
Copy link
Collaborator Author

dzervas commented Jun 14, 2024

Merging to dev from #101

@dzervas dzervas closed this Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants