mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-09 12:20:38 -08:00
Updated Examples
This commit is contained in:
parent
78a73a9963
commit
f43dac38e2
56 changed files with 677 additions and 574 deletions
|
|
@ -1,4 +1,5 @@
|
|||
from build123d import *
|
||||
from ocp_vscode import show
|
||||
|
||||
pipes = Rot(10, 20, 30) * Box(10, 10, 10)
|
||||
|
||||
|
|
@ -12,5 +13,4 @@ for plane in [Plane(f) for f in pipes.faces()]:
|
|||
pipes += extrude(pipe, amount=10)
|
||||
pipes = fillet(pipes.edges() - last, 0.2)
|
||||
|
||||
if "show_object" in locals():
|
||||
show_object(pipes, name="intersecting pipes")
|
||||
show(pipes, names=["intersecting pipes"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue