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

Framework for scaffold geometry optimization - second method #249

Merged
merged 5 commits into from
Oct 24, 2024

Conversation

Richard-Olsen-75
Copy link
Contributor

This will add a framework for scaffold geometry optimization. In this framework new optimizations can be implemented by adding them to the ScaffoldOptimizer class. The trigger of the optimization is not handled by the framework, but directly inside the ScaffoldOptimizer class. Assignment of new instance IDs to split mesh parts is done by the framework, based on the indices assigned to each sub-part of the splitting procedure. The framework allows optimization of meshes that result in any combination of instance meshes, triangle meshes, as well as non-mesh template primitives.

Copy link
Collaborator

@Strepto Strepto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me, lets try this variant

@Richard-Olsen-75 Richard-Olsen-75 merged commit 75ab179 into master Oct 24, 2024
6 checks passed
@Richard-Olsen-75 Richard-Olsen-75 deleted the feature/FrameworkForGeometryOptimization2 branch October 24, 2024 08:14
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