e.g. => i.e.

This commit is contained in:
Garbaz 2024-04-29 17:49:34 +02:00 committed by GitHub
parent efaf89408e
commit 54a7cab303
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,14 +39,14 @@ wide variety of popular CAD tools such as FreeCAD and SolidWorks.
Build123d could be considered as an evolution of
`CadQuery <https://cadquery.readthedocs.io/en/latest/index.html>`_ where the
somewhat restrictive Fluent API (method chaining) is replaced with stateful
context managers - e.g. `with` blocks - thus enabling the full python toolbox:
context managers - i.e. `with` blocks - thus enabling the full python toolbox:
for loops, references to objects, object sorting and filtering, etc.
########
Overview
########
build123d uses the standard python context manager - e.g. the ``with`` statement often used when
build123d uses the standard python context manager - i.e. the ``with`` statement often used when
working with files - as a builder of the object under construction. Once the object is complete
it can be extracted from the builders and used in other ways: for example exported as a STEP
file or used in an Assembly. There are three builders available: