Documentation rebuilt - removed cadquery dependency

This commit is contained in:
Roger Maitland 2022-10-28 11:00:53 -04:00
parent c12c52d8f1
commit cdfa27949d
27 changed files with 348 additions and 416 deletions

View file

@ -53,8 +53,7 @@ Step 3a: Extract Faces from a part
The first sub-step is the extraction of all of the Faces from the part that we're
building. The ``BuildPart`` instance was assigned the identifier ``example`` so
``example.faces()`` will extract all of the Faces from that part into a custom
python ``list`` - a ``ShapeList`` (see
:ref:`API Reference/ShapeList <shape_list>` for a full description).
python ``list`` - a ``ShapeList`` (see :class:`~direct_api::ShapeList` for a full description).
Step 3b: Get top Face
---------------------