Recap
In this tutorial you should have learned about the following things:
- Installing µcad
- Creating a new µcad file
- Using basic 2D primitives in
std::geo2d:Rect,Circle,Frame - Define and use named values and models
- Combining geometries with
std::ops::subtractandstd::ops::union - Geometrical operators:
|,- - Using the
usestatement - Move geometries with
std::ops::translate - Arrays
- Argument multiplicity
- Ranges
- Constants
- Extruding sketches with
std::ops::extrude - Creating custom sketches, parts and operations
- Separating code into external modules
- Controlling export with attributes
Congratulations, you now have successfully finished this tutorial!
If you could not get enough, try to master the additional exercises...