Commit graph

398 commits

Author SHA1 Message Date
jdegenstein
ba2e687a07
general_examples_algebra.py -> fix ex23 typo 2024-09-24 20:28:06 -05:00
jdegenstein
d424e97562
tutorial_joints.py -> use Compound() constructor instead of ..make_compound 2024-09-24 16:09:34 -05:00
jdegenstein
235260a800
Merge pull request #667 from jdegenstein/docfixes
Updating and fixing some documentation issues
2024-09-09 10:35:54 -05:00
jdegenstein
269451b890
assemblies.rst -> Fix use of non-existent Compound.import_step and don't use deprecated Shape.export_step 2024-09-09 10:30:23 -05:00
jdegenstein
6d83cc167a
cheat_sheet.rst -> add missing PrecisionMode back to cheat sheet 2024-09-09 10:09:48 -05:00
jdegenstein
996a0d68e6
external.rst -> explicitly state that the recommended CQ-editor is a fork from jdegenstein 2024-09-09 10:02:48 -05:00
jdegenstein
1c653f87b9
Merge pull request #690 from roman-dvorak/roman/docs/packs
Add missing svg files in assembly page
2024-09-09 09:55:53 -05:00
Alex Bardales
95ffaa31bd
Update advantages.rst
Current advantages.rst embeds the wrong lines from examples/intersecting_pipes.py. With these changes, the lines you would see are

```python
from build123d import *

with BuildPart() as pipes:
    box = Box(10, 10, 10, rotation=(10, 20, 30))
    with BuildSketch(*box.faces()) as pipe:
        Circle(4)
    extrude(amount=-5, mode=Mode.SUBTRACT)
    with BuildSketch(*box.faces()) as pipe:
        Circle(4.5)
        Circle(4, mode=Mode.SUBTRACT)
    extrude(amount=10)
    fillet(pipes.edges(Select.LAST), 0.2)
```
2024-09-07 14:57:51 -07:00
Roman Dvorak
b9cf1c6855 add missing svg files 2024-09-07 23:13:32 +02:00
jdegenstein
93408eef52
import_export.rst -> remove use of deprecated export_step method and use export_step function instead 2024-09-03 10:00:54 -05:00
gumyr
6e948fc68e Merge branch 'dev' of https://github.com/gumyr/build123d into dev 2024-08-12 14:22:19 -04:00
gumyr
1ec8b4f7f0 Adding note about use of show Issue #669 2024-08-12 14:22:11 -04:00
jdegenstein
8b383240e7
Merge branch 'gumyr:dev' into docfixes 2024-08-08 15:14:49 -05:00
jdegenstein
f1002dba62
location_arithmetic.rst -> replace out of date SVG.axes with Compound.make_triad 2024-08-08 15:13:55 -05:00
Henré Botha
0465cfe8b7
Fix typos 2024-08-06 10:06:32 +02:00
gumyr
2de922503f Adding note that shells must be water-tight 2024-07-30 09:22:58 -04:00
gumyr
31c2aaae51 Minor doc change 2024-07-26 12:39:25 -04:00
gumyr
fc239593f3 Minor doc change 2024-07-26 12:03:35 -04:00
gumyr
88709a61a5 Minor doc change 2024-07-26 12:02:28 -04:00
gumyr
5b8f0e94c8 Added a surface modeling tutorial 2024-07-26 11:51:49 -04:00
jdegenstein
adb0e96dc5
cheat_sheet.rst -> add Edge/Wire to selector table for sort_by/group_by 2024-07-14 14:13:55 -05:00
jdegenstein
de1c377a02
Update external.rst 2024-07-12 15:21:56 -05:00
jdegenstein
6014507b3d
general_examples_algebra.py -> remove unnecessary wires call 2024-07-11 16:19:40 -05:00
jdegenstein
fe04c5055c
introductory_examples.rst -> fix some stuff in algebra ex13 2024-07-11 16:19:09 -05:00
jdegenstein
3a2ad136f6
general_examples_algebra.py -> remove unnecessary unpacking, rename a variable 2024-07-11 16:09:30 -05:00
jdegenstein
7bf6b0d5bd
general_examples.py -> remove unnecessary unpacking, rename a few variables 2024-07-11 16:06:55 -05:00
jdegenstein
ed0b6cb5d4
general_examples_algebra.py -> Remove +Vector as it is no longer needed 2024-07-10 16:38:23 -05:00
jdegenstein
7117f6e273
general_examples.py -> Remove +Vector as it is no longer needed 2024-07-10 16:37:47 -05:00
jdegenstein
436f2d5829
installation.rst -> apple workaround: remove numpy-stl provide correct pin for ezdxf 2024-06-24 21:34:09 -05:00
Roman Dvořák
37d464e110
Compose -> Compound 2024-06-11 23:02:50 +02:00
Roman Dvorak
bf487eebe9 Update documentation for pack function 2024-06-08 13:05:22 +02:00
gumyr
2e232530ef Merge branch 'dev' of https://github.com/gumyr/build123d into dev 2024-06-02 14:55:31 -04:00
gumyr
c99881b86a Fixed export_stl reference Issue #634 2024-06-02 14:55:02 -04:00
Roman Dvorak
f3b6393882 update docs 2024-05-26 15:02:50 +02:00
Roger Maitland
70ca2a30ad
Merge pull request #626 from ABoss/patch-1
Fix solution ttt-ppp0101.py
2024-05-19 11:30:41 -04:00
led
99043389f1
Edits for typos etc
Fixed 'inherent' typo and made a few other small edits for readability.
2024-05-17 10:05:44 +01:00
Arno Bosch
6c58dae3aa
Update ttt-ppp0101.py 2024-05-16 17:31:00 +02:00
Arno Bosch
80119b42c2
Fix solution ttt-ppp0101.py
Now generates correct model and calculates correct mass.
(note that trapezoid requires it's width input field to be calculated using angles because it's not given)
2024-05-16 04:31:03 +02:00
Roger Maitland
87181b418f
Merge pull request #614 from Garbaz/patch-1
In the docs' index, replace e.g. with i.e. in two places
2024-05-04 10:09:55 -04:00
Yeicor
80161cfefa
Add the dl4to4ocp external library 2024-05-03 23:39:41 +02:00
Garbaz
54a7cab303
e.g. => i.e. 2024-04-29 17:49:34 +02:00
Roman Kuzmenko
991b0328b5 Created the PartCAD package for build123d examples. Added links to PartCAD. 2024-04-14 17:01:43 -07:00
gumyr
f0509e1da0 Removing mini_nuke example due to LLM training concern 2024-04-13 09:46:10 -04:00
gumyr
7c16b177ef Reverting previous change 2024-04-09 13:15:37 -04:00
gumyr
0f3fc8d0db Moving model-viewer script to _templates/layout.html 2024-04-09 13:09:22 -04:00
gumyr
4dfcb44332 Reducing tea_cup.glb size 2024-04-09 13:02:40 -04:00
gumyr
9eddb4fc7d Removing static tea_cup.png 2024-04-09 11:17:28 -04:00
gumyr
20285804d3 Adding poster again 2024-04-09 11:12:06 -04:00
gumyr
e6b57f4c8e changing height from 100% to 33vh 2024-04-09 11:05:54 -04:00
gumyr
f58f7fe5be removing layout.html 2024-04-09 11:00:29 -04:00