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
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
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
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
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
gumyr
339ce6b6ee
More docs
2024-04-09 10:41:36 -04:00
gumyr
ba8a7a660d
Reverting poster
2024-04-09 10:33:45 -04:00
gumyr
eb6ac254a1
Reverting script / adding poster
2024-04-09 10:26:13 -04:00
gumyr
77c3cd9996
Moving script to layout.html
2024-04-09 10:19:32 -04:00
gumyr
9749c53d5f
Increasing the size of the glTF tea cup
2024-04-09 10:09:41 -04:00
gumyr
1a2875b421
Increasing the size of the glTF tea cup
2024-04-09 09:57:09 -04:00
gumyr
3df3a19ee9
Adding glTF to docs
2024-04-09 09:37:59 -04:00
Yeicor
62954f3ba0
Add yet-another-cad-viewer to editors & viewers
...
This also adds a short description for other editors & viewers to follow the structure of all other external tools and libraries.
2024-04-06 16:38:38 +02:00
gumyr
3996c371de
Added to the external docs
2024-04-06 09:39:22 -04:00
gumyr
8865981b1a
Adding mini_nuke to docs
2024-04-03 15:27:47 -04:00
gumyr
7bbd9ea2b7
Moved exporters to functions
2024-03-22 11:49:11 -04:00
gumyr
e4ce1d80be
Fixing docs Issue #582
2024-03-17 11:25:15 -04:00
nobkd
a94870deef
docs: fix typo
2024-03-12 11:02:45 +01:00
nobkd
f3868d0b1b
docs: fix typo
2024-03-12 10:50:18 +01:00
jdegenstein
20044572fa
build_part.rst -> Fix code reference for tea_cup example
2024-03-02 13:44:07 -06:00
gumyr
5b4871b74b
Fixed typo
2024-02-29 13:13:03 -05:00
gumyr
a4893248e9
Adding TTT example
2024-02-29 11:58:23 -05:00