Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +3 -0
- test/sweep/1009/1009.py +3 -0
- test/sweep/1052/1052.py +3 -0
- test/sweep/1052/1052.stl +0 -0
- test/sweep/1090/1090.py +3 -0
- test/sweep/1090/1090.stl +0 -0
- test/sweep/1095/1095.py +3 -0
- test/sweep/1099/1099.py +3 -0
- test/sweep/1099/1099.stl +0 -0
- test/sweep/11/11.stl +3 -0
- test/sweep/1122/1122.py +3 -0
- test/sweep/1151/1151.py +3 -0
- test/sweep/1151/1151.stl +0 -0
- test/sweep/1216/1216.py +3 -0
- test/sweep/1242/1242.py +3 -0
- test/sweep/1242/1242.stl +0 -0
- test/sweep/1270/1270.py +3 -0
- test/sweep/1270/1270.stl +0 -0
- test/sweep/1306/1306.py +3 -0
- test/sweep/1306/1306.stl +0 -0
- test/sweep/133/133.py +3 -0
- test/sweep/1355/1355.py +3 -0
- test/sweep/138/138.stl +3 -0
- test/sweep/1387/1387.py +3 -0
- test/sweep/1387/1387.stl +0 -0
- test/sweep/1396/1396.py +3 -0
- test/sweep/1459/1459.stl +0 -0
- test/sweep/199/199.py +3 -0
- test/sweep/199/199.stl +0 -0
- test/sweep/255/255.py +3 -0
- test/sweep/255/255.stl +0 -0
- test/sweep/327/327.py +3 -0
- test/sweep/327/327.stl +0 -0
- test/sweep/338/338.py +3 -0
- test/sweep/352/352.py +3 -0
- test/sweep/352/352.stl +0 -0
- test/sweep/364/364.py +3 -0
- test/sweep/364/364.stl +0 -0
- test/sweep/390/390.py +3 -0
- test/sweep/390/390.stl +0 -0
- test/sweep/398/398.py +3 -0
- test/sweep/402/402.py +3 -0
- test/sweep/402/402.stl +0 -0
- test/sweep/413/413.py +3 -0
- test/sweep/425/425.py +3 -0
- test/sweep/447/447.py +3 -0
- test/sweep/450/450.py +3 -0
- test/sweep/450/450.stl +0 -0
- test/sweep/459/459.py +3 -0
- test/sweep/502/502.py +3 -0
.gitattributes
CHANGED
|
@@ -1690,3 +1690,6 @@ test/sweep/1271/1271.stl filter=lfs diff=lfs merge=lfs -text
|
|
| 1690 |
test/sweep/23/23.stl filter=lfs diff=lfs merge=lfs -text
|
| 1691 |
test/sweep/439/439.stl filter=lfs diff=lfs merge=lfs -text
|
| 1692 |
test/sweep/78/78.stl filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 1690 |
test/sweep/23/23.stl filter=lfs diff=lfs merge=lfs -text
|
| 1691 |
test/sweep/439/439.stl filter=lfs diff=lfs merge=lfs -text
|
| 1692 |
test/sweep/78/78.stl filter=lfs diff=lfs merge=lfs -text
|
| 1693 |
+
test/sweep/526/526.stl filter=lfs diff=lfs merge=lfs -text
|
| 1694 |
+
test/sweep/11/11.stl filter=lfs diff=lfs merge=lfs -text
|
| 1695 |
+
test/sweep/138/138.stl filter=lfs diff=lfs merge=lfs -text
|
test/sweep/1009/1009.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(84,84).radiusArc((814,855),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,63),(49,63)).segment((49,70)).segment((56,70)).segment((56,63)).segment((70,63)).arc((84,56),(104,63)).segment((166,63)).segment((166,104)).segment((104,104)).arc((84,111),(70,104)).segment((1,104)).close().assemble().finalize().sweep(path)
|
test/sweep/1052/1052.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(110,110).spline([(511,435),(1000,294)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,1),(218,1)).segment((23,207)).segment((34,218)).segment((1,218)).close().assemble().finalize().sweep(path).translate((490,1,1))
|
test/sweep/1052/1052.stl
ADDED
|
Binary file (884 Bytes). View file
|
|
|
test/sweep/1090/1090.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(369,369).spline([(646,251),(1000,1)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((91,362),(140,362)).arc((223,230),(369,230)).arc((646,306),(410,466)).arc((237,507),(140,376)).segment((91,376)).close().assemble().finalize().sweep(path).translate((265,1,1))
|
test/sweep/1090/1090.stl
ADDED
|
Binary file (39.3 kB). View file
|
|
|
test/sweep/1095/1095.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(202,202).radiusArc((1000,1000),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((312,236),(278,379)).segment((9,152)).segment((102,127)).segment((169,1)).segment((244,77)).segment((303,177)).close().assemble().finalize().sweep(path)
|
test/sweep/1099/1099.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(124,124).spline([(387,50),(743,7),(1000,209)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,32),(154,32)).segment((154,1)).segment((246,1)).segment((246,246)).segment((154,246)).segment((154,130)).segment((1,130)).close().assemble().finalize().sweep(path).translate((135,1,330))
|
test/sweep/1099/1099.stl
ADDED
|
Binary file (26.1 kB). View file
|
|
|
test/sweep/11/11.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13bd0aa24a40a5a3b3ae6f641b274e2fce1c8fa1f34a5becdcb344965d985156
|
| 3 |
+
size 366384
|
test/sweep/1122/1122.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(95,95).spline([(563,444),(1000,788)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((107,132),(126,182)).segment((70,138)).segment((26,63)).segment((107,1)).segment((113,38)).segment((157,70)).close().assemble().finalize().sweep(path)
|
test/sweep/1151/1151.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).lineTo(393,1000)
|
| 3 |
+
r=cq.Workplane('XY').rect(298,179).sweep(path).translate((151,91,1))
|
test/sweep/1151/1151.stl
ADDED
|
Binary file (684 Bytes). View file
|
|
|
test/sweep/1216/1216.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(177,177).spline([(444,281),(598,100),(824,1),(1000,241)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((46,322),(91,73)).segment((141,82)).arc((308,24),(155,109)).segment((114,331)).close().assemble().finalize().sweep(path).translate((16,35,2))
|
test/sweep/1242/1242.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(128,128).radiusArc((1000,672),836)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((8,98),(23,1)).segment((202,31)).segment((240,31)).segment((240,38)).segment((247,38)).segment((240,83)).segment((240,254)).segment((113,254)).segment((113,120)).close().assemble().finalize().sweep(path)
|
test/sweep/1242/1242.stl
ADDED
|
Binary file (27.9 kB). View file
|
|
|
test/sweep/1270/1270.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(362,362).lineTo(1,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((219,309),(324,309)).segment((324,256)).segment((399,256)).segment((399,309)).segment((504,309)).segment((504,414)).segment((399,414)).segment((399,467)).segment((324,467)).segment((324,414)).segment((219,414)).close().assemble().finalize().sweep(path).translate((143,1,1))
|
test/sweep/1270/1270.stl
ADDED
|
Binary file (2.28 kB). View file
|
|
|
test/sweep/1306/1306.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(228,228).spline([(454,94),(652,1),(1000,152)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((135,193),(280,193)).segment((280,204)).segment((320,204)).segment((320,245)).segment((280,245)).segment((280,262)).segment((135,262)).close().assemble().finalize().sweep(path).translate((1,1,275))
|
test/sweep/1306/1306.stl
ADDED
|
Binary file (29.7 kB). View file
|
|
|
test/sweep/133/133.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(118,118).radiusArc((1000,861),898)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((30,198),(110,1)).segment((161,23)).arc((169,45),(191,37)).segment((205,45)).segment((125,234)).close().assemble().finalize().sweep(path)
|
test/sweep/1355/1355.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(25,25).radiusArc((1000,701),858)
|
| 3 |
+
r=cq.Workplane('XY').sketch().arc((1,32),(25,25),(40,1)).segment((48,17)).segment((9,48)).close().assemble().finalize().sweep(path)
|
test/sweep/138/138.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:822b2bc4879083707b7b8cafe6f18f707951e308faad2a369f1b44cb88a473b6
|
| 3 |
+
size 245684
|
test/sweep/1387/1387.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(217,217).lineTo(1,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((90,154),(128,154)).arc((236,109),(319,192)).segment((345,179)).segment((326,154)).segment((345,154)).segment((345,281)).segment((306,281)).arc((198,326),(116,249)).segment((90,262)).segment((103,281)).segment((90,281)).close().assemble().finalize().sweep(path).translate((128,1,1))
|
test/sweep/1387/1387.stl
ADDED
|
Binary file (20.3 kB). View file
|
|
|
test/sweep/1396/1396.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).radiusArc((770,524),1000)
|
| 3 |
+
r=cq.Workplane('XY').circle(160).sweep(path).translate((162,162,1))
|
test/sweep/1459/1459.stl
ADDED
|
Binary file (19.3 kB). View file
|
|
|
test/sweep/199/199.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(105,105).spline([(430,105),(779,430),(1000,620)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((7,130),(105,1)).segment((203,81)).segment((105,209)).close().assemble().finalize().sweep(path)
|
test/sweep/199/199.stl
ADDED
|
Binary file (1.48 kB). View file
|
|
|
test/sweep/255/255.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(138,138).spline([(463,326),(743,264),(1000,275)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((70,18),(155,1)).segment((207,258)).segment((121,275)).close().assemble().finalize().sweep(path).translate((484,1,1))
|
test/sweep/255/255.stl
ADDED
|
Binary file (4.68 kB). View file
|
|
|
test/sweep/327/327.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(114,114).lineTo(435,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,102),(26,45)).segment((58,64)).segment((58,39)).segment((127,39)).segment((127,58)).arc((120,58),(127,64)).segment((127,89)).segment((227,133)).segment((202,189)).close().assemble().finalize().sweep(path)
|
test/sweep/327/327.stl
ADDED
|
Binary file (21.3 kB). View file
|
|
|
test/sweep/338/338.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(308,308).lineTo(1,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((347,355),(213,347)).segment((276,253)).segment((308,213)).segment((331,174)).close().assemble().finalize().sweep(path).translate((96,1,1))
|
test/sweep/352/352.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(130,130).lineTo(1,1000)
|
| 3 |
+
r=cq.Workplane('XY').rect(184,327).sweep(path).translate((222,165,1))
|
test/sweep/352/352.stl
ADDED
|
Binary file (684 Bytes). View file
|
|
|
test/sweep/364/364.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(366,366).lineTo(1,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().arc((417,468),(296,264),(436,456)).segment((436,462)).close().assemble().finalize().sweep(path).translate((122,1,1))
|
test/sweep/364/364.stl
ADDED
|
Binary file (24.7 kB). View file
|
|
|
test/sweep/390/390.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(319,319).lineTo(1,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((46,115),(516,115)).segment((516,190)).segment((591,190)).segment((591,281)).segment((516,281)).segment((516,334)).segment((395,334)).arc((273,523),(145,334)).segment((46,334)).close().assemble().finalize().sweep(path).translate((274,1,1))
|
test/sweep/390/390.stl
ADDED
|
Binary file (17.5 kB). View file
|
|
|
test/sweep/398/398.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(135,135).spline([(437,15),(690,121),(1000,536)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((184,1),(240,1)).segment((240,268)).segment((184,268)).segment((184,233)).arc((29,149),(184,57)).close().assemble().finalize().sweep(path).translate((1,1,34))
|
test/sweep/402/402.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(168,168).lineTo(168,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,110),(103,110)).arc((168,84),(225,110)).segment((334,110)).segment((334,225)).segment((225,225)).arc((168,251),(103,225)).segment((1,225)).close().assemble().finalize().sweep(path)
|
test/sweep/402/402.stl
ADDED
|
Binary file (14.3 kB). View file
|
|
|
test/sweep/413/413.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(229,229).radiusArc((900,765),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,22),(165,22)).arc((201,72),(236,22)).segment((258,22)).segment((258,229)).segment((458,229)).segment((458,436)).segment((251,436)).segment((251,329)).segment((1,329)).close().assemble().finalize().sweep(path)
|
test/sweep/425/425.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(149,149).radiusArc((719,683),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,135),(170,135)).segment((170,198)).segment((8,198)).arc((296,99),(1,191)).close().assemble().finalize().sweep(path).translate((47,100,1))
|
test/sweep/447/447.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(49,49).spline([(622,1),(1000,505)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((11,11),(88,11)).segment((88,88)).arc((49,79),(11,88)).close().assemble().finalize().sweep(path)
|
test/sweep/450/450.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(76,76).radiusArc((1000,1000),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((114,86),(58,152)).segment((95,1)).close().assemble().finalize().sweep(path)
|
test/sweep/450/450.stl
ADDED
|
Binary file (8.88 kB). View file
|
|
|
test/sweep/459/459.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(155,155).spline([(511,336),(783,588),(1000,888)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,176),(29,176)).arc((134,43),(308,50)).arc((120,113),(15,266)).segment((1,266)).close().assemble().finalize().sweep(path)
|
test/sweep/502/502.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(251,251).lineTo(263,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,126),(263,126)).segment((263,101)).segment((494,101)).arc((494,113),(500,138)).segment((288,138)).segment((288,363)).segment((213,363)).segment((213,401)).segment((201,401)).segment((201,363)).segment((1,363)).close().assemble().finalize().sweep(path)
|