Commit graph

14 commits

Author SHA1 Message Date
Jonathan Wagenet
3d8bbcc539 Add basic b123d lexer and change pygments style 2025-09-09 23:21:05 -04:00
Jonathan Wagenet
c618967e15 Remove outdated filter_by_normal reference 2025-03-10 00:39:09 -04: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
asteppke
95975ececc
Update docs
`spline` to `Spline` documentation change
2024-01-23 23:04:44 +01:00
asteppke
6478b7e2d0
Changed area to property 2024-01-23 22:46:59 +01:00
jdegenstein
edca1514ae
advantages.rst -> More de-capitalization of methods
Sweep, Extrude, Fillet are renamed to their lowercase variants to reflect the current naming
2024-01-16 13:44:39 -06:00
jdegenstein
905ad6da06
remove typo and reword advantages.rst 2023-03-13 16:47:13 -05:00
Roger Maitland
ca1c45b2a4 Docs reorganization 2023-02-06 11:47:32 -05:00
Roger Maitland
28421f5bf3 Documentation updates 2023-01-20 21:12:14 -05:00
Roger Maitland
cdfa27949d Documentation rebuilt - removed cadquery dependency 2022-10-28 11:00:53 -04:00
Roger Maitland
f82b94121b Common unittests, removed VertexList 2022-07-27 14:25:57 -04:00
Roger Maitland
6f30dbaf47 Updating docs 2022-07-25 11:05:55 -04:00
Roger Maitland
4b0c887f9e renamed to build123d 2022-07-14 11:11:39 -04:00
Roger Maitland
03917ad143 Documentation 2022-07-13 16:13:33 -04:00