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

Automatic creation of moulds for casting #851

Open
kcleung opened this issue Jan 7, 2025 · 5 comments
Open

Automatic creation of moulds for casting #851

kcleung opened this issue Jan 7, 2025 · 5 comments
Labels
enhancement New feature or request

Comments

@kcleung
Copy link

kcleung commented Jan 7, 2025

Given a 3D solid model, it would also be nice to have a function for automatic creation of a set of moulds and cores for casting, with gates etc.

This function should automatically work out the cores required, gates required, take into consideration of shrinkage ratio supplied by the user.

@Jojain
Copy link
Contributor

Jojain commented Jan 8, 2025

While things like that seems great, the amount of work required to do so would fit its own project. I'm not sure build123d can handle that. It's mainly a modelling lib, not a full blown CAD app.

@gumyr gumyr added the enhancement New feature or request label Jan 8, 2025
@gumyr gumyr added this to the Not Gating Release 1.0.0 milestone Jan 8, 2025
@gumyr
Copy link
Owner

gumyr commented Jan 8, 2025

This seems like a very ambitious project but I'll leave it here as someone might be able to take it on in the future.

@kcleung
Copy link
Author

kcleung commented Jan 24, 2025

This seems like a very ambitious project but I'll leave it here as someone might be able to take it on in the future.

@gumyr @CadQuery Have a look at the third screenshot from the cq_editor page:

https://github.com/CadQuery/CQ-editor

It shows a set of dies to be cast, though I don't know whether the user made the die manually, or there exists a cadquery programme that takes a cadquery part together with material details, and use these details to allow for shrinkage, and insert gates.

Also have a look at cinmatron, which provide automated design of stamping/folding dies and casting molds:

https://www.cimatron.com/en

Anyone has experience in its workflow?

@gumyr
Copy link
Owner

gumyr commented Jan 25, 2025

I believe the die showed there was made manually, CadQuery doesn't have the ability to automatically do this.

@kcleung are you offering to create this feature?

@kcleung
Copy link
Author

kcleung commented Jan 25, 2025

I believe the die showed there was made manually, CadQuery doesn't have the ability to automatically do this.

@kcleung are you offering to create this feature?

Would love to, but I first need to be fluent at build123d, as well as be very familiar with workflow of existing automated die and mold design software first so that we can properly extend the automated die and mould design workflow to build123d

Furthermore, any features that involving modelling, such as this one, will need to consider properties of the material of the part.

Therefore, this feature will obviously depend on having the material system implemented in the build123d core #598

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants