diff --git a/doc/cheatsheet/cadquery_cheatsheet.html b/doc/cheatsheet/cadquery_cheatsheet.html index 358b0b7..a63720c 100644 --- a/doc/cheatsheet/cadquery_cheatsheet.html +++ b/doc/cheatsheet/cadquery_cheatsheet.html @@ -37,6 +37,39 @@
vertex | +A single point in space | +
edge | +A connection between two or more vertices along a particular path (called a curve) | +
wire | +A collection of edges that are connected together | +
face | +A set of edges or wires that enclose a surface | +
shell | +A collection of faces that are connected together along some of their edges | +
solid | +A shell that has a closed interior | +
compound | +A collection of solids | +