Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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::subtract and std::ops::union
  • Geometrical operators: |, -
  • Using the use statement
  • 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...