this post was submitted on 23 Apr 2025
61 points (96.9% liked)

Open Source

36238 readers
253 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Habahnow@sh.itjust.works 5 points 3 days ago (1 children)

You kind of go over why CAD is good, but can you explain more, for laymen like myself?

[–] CorneliusTalmadge@lemmy.world 2 points 3 days ago (1 children)

CAD software is made for situations like this.

Say you design a bench like they show in their example, that bench has defined dimensions length, height, depth as an example.

Then other dimensions would be considered constants, say for instance the size and spacing of the boards (slates) that are used for the seat of the bench.

These dimensions and their relationships are saved in the CAD design file.

So say for instance later on we want to make another bench with the depth of the bench increased and we want to keep the spacing of the boards consistent and assume we are going to keep the boards the same size. Well we will need to increase the number of boards that are needed for the seat.

But since we set that information up in the original design we can just change the depth dimension and the design will automatically update along with all of the linked components and design files.

Hopefully this makes sense. I will try and answer questions if it’s not clear.

[–] Habahnow@sh.itjust.works 2 points 2 days ago

Yes that does make sense, thanks for that information!