gumyr / build123d

A python CAD programming library
Apache License 2.0
432 stars 81 forks source link

Add examples to documentation (2/11) #493

Closed 42sol-eu closed 7 months ago

42sol-eu commented 7 months ago

Add examples to documentation (2/11)

To avoid double work - leave a small comment in this issue to claim it for you.

for checklist see ./examples/README.md also check the documentation snippets in ./docs/examples_1.rst

NOTE: Image files are placed in ./docs/assets/examples/ NOTE: Setup of the sphinx tool is descibed in CONTRIBUTING.md

42sol-eu commented 7 months ago

I will do these examples!

42sol-eu commented 7 months ago

docs updated with https://github.com/gumyr/build123d/pull/504

42sol-eu commented 7 months ago

There was one error in the build123d_logo_algebra.py the Rot(z= was lower-case.

Now in line 41:

    extension_lines += (Pos(*(l2 @ 0.5)) * Rot(Z=180)) * arrow_left