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
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
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
view the rest of the comments
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.
Yes that does make sense, thanks for that information!