Subassemblies
Splitting our CAD into multiple assemblies.
Splitting CAD into subassemblies makes it easier for us to iterate when we are farther along our project, and saves our computer from loading the entire robot when we just want to work on one subsystem.
Creating Subassembly Files
Create three new assembly files by going to File
, New
, Assembly
.
Main Assembly Naming Convention
For all main assemblies, we put an exclamation point before the name. Doing this makes the file appear first in the directory.
Main Robot Assembly
The first assembly will be the main assembly. This is where every subsystem will come together to form the robot. This robots name is Bingus, so this file will be ! Bingus.iam
and will go in our Bingus directory.
Chassis Subassembly
Even though this isn't the full robot, this is the entire chassis assembly, making this one of our main assemblies. This will be saved in our Chassis folder, and will be called ! Chassis.iam
.
Wheel Subassembly
Our final assembly file will be for our drive wheels. This is not a main file, and will just be called Wheel.iam
. and will be saved to the Chassis folder.
Contributors to this Article:
Jess - EZ
Last updated