mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-15 15:20:37 -08:00
Documentation rebuilt - removed cadquery dependency
This commit is contained in:
parent
c12c52d8f1
commit
cdfa27949d
27 changed files with 348 additions and 416 deletions
|
|
@ -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
|
||||
---------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue