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 @@
  • CadQuery Class Reference
  • +
    +

    BREP Terminology


    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    vertexA single point in space
    edgeA connection between two or more vertices along a particular path (called a curve)
    wireA collection of edges that are connected together
    faceA set of edges or wires that enclose a surface
    shellA collection of faces that are connected together along some of their edges
    solidA shell that has a closed interior
    compoundA collection of solids
    +

    Named Planes


    Available named planes are as follows.