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 +6 -0
- test/sweep/1024/1024.stl +3 -0
- test/sweep/1067/1067.py +3 -0
- test/sweep/1119/1119.py +3 -0
- test/sweep/115/115.stl +3 -0
- test/sweep/1153/1153.stl +3 -0
- test/sweep/1155/1155.py +3 -0
- test/sweep/1156/1156.py +3 -0
- test/sweep/1156/1156.stl +0 -0
- test/sweep/1228/1228.py +3 -0
- test/sweep/1228/1228.stl +0 -0
- test/sweep/1260/1260.py +3 -0
- test/sweep/1260/1260.stl +0 -0
- test/sweep/1302/1302.py +3 -0
- test/sweep/1302/1302.stl +0 -0
- test/sweep/1338/1338.py +3 -0
- test/sweep/1338/1338.stl +0 -0
- test/sweep/1414/1414.py +3 -0
- test/sweep/1414/1414.stl +0 -0
- test/sweep/1436/1436.py +3 -0
- test/sweep/1446/1446.stl +0 -0
- test/sweep/1449/1449.py +3 -0
- test/sweep/1464/1464.py +2 -0
- test/sweep/1464/1464.stl +0 -0
- test/sweep/1476/1476.py +2 -0
- test/sweep/1476/1476.stl +0 -0
- test/sweep/148/148.py +3 -0
- test/sweep/148/148.stl +0 -0
- test/sweep/1485/1485.stl +3 -0
- test/sweep/153/153.py +3 -0
- test/sweep/153/153.stl +0 -0
- test/sweep/202/202.py +3 -0
- test/sweep/202/202.stl +0 -0
- test/sweep/220/220.py +3 -0
- test/sweep/246/246.stl +3 -0
- test/sweep/247/247.py +3 -0
- test/sweep/257/257.py +3 -0
- test/sweep/257/257.stl +0 -0
- test/sweep/272/272.py +3 -0
- test/sweep/280/280.stl +3 -0
- test/sweep/33/33.stl +0 -0
- test/sweep/370/370.py +3 -0
- test/sweep/370/370.stl +0 -0
- test/sweep/386/386.py +3 -0
- test/sweep/386/386.stl +0 -0
- test/sweep/391/391.py +3 -0
- test/sweep/391/391.stl +0 -0
- test/sweep/424/424.py +3 -0
- test/sweep/451/451.py +3 -0
- test/sweep/451/451.stl +0 -0
.gitattributes
CHANGED
|
@@ -1812,3 +1812,9 @@ test/sweep/36/36.stl filter=lfs diff=lfs merge=lfs -text
|
|
| 1812 |
test/sweep/664/664.stl filter=lfs diff=lfs merge=lfs -text
|
| 1813 |
test/sweep/1291/1291.stl filter=lfs diff=lfs merge=lfs -text
|
| 1814 |
test/sweep/1212/1212.stl filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1812 |
test/sweep/664/664.stl filter=lfs diff=lfs merge=lfs -text
|
| 1813 |
test/sweep/1291/1291.stl filter=lfs diff=lfs merge=lfs -text
|
| 1814 |
test/sweep/1212/1212.stl filter=lfs diff=lfs merge=lfs -text
|
| 1815 |
+
test/sweep/115/115.stl filter=lfs diff=lfs merge=lfs -text
|
| 1816 |
+
test/sweep/1485/1485.stl filter=lfs diff=lfs merge=lfs -text
|
| 1817 |
+
test/sweep/1153/1153.stl filter=lfs diff=lfs merge=lfs -text
|
| 1818 |
+
test/sweep/246/246.stl filter=lfs diff=lfs merge=lfs -text
|
| 1819 |
+
test/sweep/280/280.stl filter=lfs diff=lfs merge=lfs -text
|
| 1820 |
+
test/sweep/1024/1024.stl filter=lfs diff=lfs merge=lfs -text
|
test/sweep/1024/1024.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53dda4a3f4c63b495f21321535c4f7206c3e0b1e1197c7b4171b89ea00bb131d
|
| 3 |
+
size 219684
|
test/sweep/1067/1067.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(136,136).spline([(456,416),(787,197),(1000,197)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,80),(12,80)).arc((23,57),(35,35)).arc((136,136),(242,35)).arc((254,57),(265,80)).segment((270,80)).segment((270,141)).segment((265,141)).arc((136,237),(12,141)).segment((1,141)).close().assemble().finalize().sweep(path).translate((253,1,1))
|
test/sweep/1119/1119.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(131,131).lineTo(620,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,111),(101,21)).segment((121,41)).segment((131,51)).segment((261,201)).segment((111,241)).close().assemble().finalize().sweep(path)
|
test/sweep/115/115.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2289b92b19c75191c165a7a61b636523fe60a4c09aff1c6f553ce32658f927a5
|
| 3 |
+
size 887084
|
test/sweep/1153/1153.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae8c24f3076bf75a33c511e04883055f2f43ee58a18d0cc1f9481a9361b0d456
|
| 3 |
+
size 708784
|
test/sweep/1155/1155.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(183,183).radiusArc((831,721),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().arc((85,364),(20,1),(345,183)).segment((111,150)).close().assemble().finalize().sweep(path).translate((66,40,1))
|
test/sweep/1156/1156.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(161,161).spline([(423,1),(645,45),(800,219),(1000,387)])
|
| 3 |
+
r=cq.Workplane('XY').rect(259,210).sweep(path).translate((136,107,386))
|
test/sweep/1156/1156.stl
ADDED
|
Binary file (44.1 kB). View file
|
|
|
test/sweep/1228/1228.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(79,79).lineTo(53,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((165,79),(113,87)).segment((70,122)).segment((18,113)).segment((35,18)).segment((113,1)).close().assemble().finalize().sweep(path).translate((9,1,1))
|
test/sweep/1228/1228.stl
ADDED
|
Binary file (1.08 kB). View file
|
|
|
test/sweep/1260/1260.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(177,177).spline([(547,312),(1000,1)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((85,26),(135,26)).arc((161,194),(270,312)).segment((270,328)).segment((85,328)).close().assemble().finalize().sweep(path).translate((370,1,1))
|
test/sweep/1260/1260.stl
ADDED
|
Binary file (5.48 kB). View file
|
|
|
test/sweep/1302/1302.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(123,123).spline([(447,260),(713,468),(1000,849)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().arc((37,87),(80,51),(116,1)).segment((209,116)).segment((37,245)).close().assemble().finalize().sweep(path)
|
test/sweep/1302/1302.stl
ADDED
|
Binary file (9.48 kB). View file
|
|
|
test/sweep/1338/1338.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(100,100).spline([(695,595),(1000,876)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((191,133),(1,51)).segment((199,9)).segment((232,51)).close().assemble().finalize().sweep(path)
|
test/sweep/1338/1338.stl
ADDED
|
Binary file (684 Bytes). View file
|
|
|
test/sweep/1414/1414.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(64,64).spline([(494,349),(1000,728)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((127,96),(58,140)).segment((64,1)).segment((64,39)).close().assemble().finalize().sweep(path)
|
test/sweep/1414/1414.stl
ADDED
|
Binary file (684 Bytes). View file
|
|
|
test/sweep/1436/1436.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(120,120).spline([(327,177),(556,102),(762,287),(1000,547)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,124),(111,124)).segment((111,54)).segment((129,54)).segment((129,49)).segment((181,49)).segment((181,54)).segment((239,54)).segment((239,190)).segment((111,190)).segment((111,137)).segment((1,137)).close().assemble().finalize().sweep(path).translate((1,1,274))
|
test/sweep/1446/1446.stl
ADDED
|
Binary file (884 Bytes). View file
|
|
|
test/sweep/1449/1449.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(104,104).spline([(330,285),(542,194),(807,484),(1000,420)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,65),(27,65)).arc((65,46),(104,65)).segment((207,65)).segment((207,117)).segment((117,117)).arc((65,162),(14,117)).segment((1,117)).close().assemble().finalize().sweep(path).translate((1,1,258))
|
test/sweep/1464/1464.py
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
r=cq.Workplane('XY').circle(1).sweep(cq.Workplane('XZ').moveTo(0,0).lineTo(544,999)).translate((2,2,1))
|
test/sweep/1464/1464.stl
ADDED
|
Binary file (25.1 kB). View file
|
|
|
test/sweep/1476/1476.py
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
r=cq.Workplane('XY').sketch().segment((204,234),(137,243)).segment((49,234)).segment((214,1)).segment((282,69)).close().assemble().finalize().sweep(cq.Workplane('XZ').moveTo(0,0).radiusArc((999,999),999))
|
test/sweep/1476/1476.stl
ADDED
|
Binary file (23.9 kB). View file
|
|
|
test/sweep/148/148.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(287,287).spline([(625,1),(1000,199)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((119,67),(185,67)).segment((185,251)).segment((456,251)).segment((456,508)).segment((163,508)).segment((163,310)).segment((119,310)).close().assemble().finalize().sweep(path)
|
test/sweep/148/148.stl
ADDED
|
Binary file (1.48 kB). View file
|
|
|
test/sweep/1485/1485.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f8827f3944f114c3e8c41bdf109644e20aabf372b1cef3b064ec06167ab2dce
|
| 3 |
+
size 833284
|
test/sweep/153/153.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(132,132).spline([(394,313),(625,82),(1000,88)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,38),(45,38)).segment((45,26)).segment((251,13)).segment((263,213)).segment((176,220)).segment((176,251)).segment((1,251)).close().assemble().finalize().sweep(path).translate((203,1,1))
|
test/sweep/153/153.stl
ADDED
|
Binary file (28.7 kB). View file
|
|
|
test/sweep/202/202.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(44,44).spline([(299,263),(671,500),(1000,360)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,68),(25,19)).segment((86,50)).segment((74,68)).close().assemble().finalize().sweep(path)
|
test/sweep/202/202.stl
ADDED
|
Binary file (15.2 kB). View file
|
|
|
test/sweep/220/220.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).lineTo(284,156).lineTo(534,291).lineTo(1000,420)
|
| 3 |
+
r=cq.Workplane('XY').circle(55).sweep(path).translate((56,57,1))
|
test/sweep/246/246.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a74799e913a76fd91ef0774fd6f4eef1ea269707434af820aca8b68b0b84526
|
| 3 |
+
size 860184
|
test/sweep/247/247.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(228,228).radiusArc((855,872),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,286),(36,233)).arc((77,303),(158,309)).arc((164,239),(198,187)).arc((140,146),(77,152)).segment((77,129)).segment((94,129)).segment((111,94)).segment((228,158)).arc((454,355),(158,326)).segment((152,326)).segment((129,361)).close().assemble().finalize().sweep(path)
|
test/sweep/257/257.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(159,159).spline([(590,368),(1000,799)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((15,23),(123,23)).arc((188,1),(260,23)).segment((274,23)).segment((274,44)).arc((303,116),(274,188)).segment((274,317)).segment((15,317)).close().assemble().finalize().sweep(path)
|
test/sweep/257/257.stl
ADDED
|
Binary file (13.1 kB). View file
|
|
|
test/sweep/272/272.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(163,163).lineTo(212,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,25),(218,25)).segment((218,97)).segment((326,242)).segment((248,302)).arc((194,224),(109,272)).segment((19,151)).segment((79,103)).segment((1,103)).close().assemble().finalize().sweep(path)
|
test/sweep/280/280.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6ff33d90d0907b7d6dc4bc4bd33a68ae38218a948d747826fd8642aac53477c
|
| 3 |
+
size 207184
|
test/sweep/33/33.stl
ADDED
|
Binary file (42.4 kB). View file
|
|
|
test/sweep/370/370.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(30,30).radiusArc((898,767),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,30),(16,1)).segment((59,30)).segment((45,59)).close().assemble().finalize().sweep(path)
|
test/sweep/370/370.stl
ADDED
|
Binary file (10.3 kB). View file
|
|
|
test/sweep/386/386.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(58,58).radiusArc((1000,1000),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((131,90),(82,98)).segment((33,115)).segment((58,1)).segment((107,1)).segment((66,25)).close().assemble().finalize().sweep(path)
|
test/sweep/386/386.stl
ADDED
|
Binary file (18.5 kB). View file
|
|
|
test/sweep/391/391.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(164,164).spline([(490,317),(1000,1)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((144,184),(184,123)).segment((184,205)).close().assemble().finalize().sweep(path).translate((368,1,1))
|
test/sweep/391/391.stl
ADDED
|
Binary file (484 Bytes). View file
|
|
|
test/sweep/424/424.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).radiusArc((1000,606),677)
|
| 3 |
+
r=cq.Workplane('XY').circle(92).sweep(path).translate((94,94,1))
|
test/sweep/451/451.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(174,174).spline([(562,59),(1000,183)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((34,232),(75,183)).segment((51,26)).segment((240,1)).segment((257,75)).segment((315,117)).segment((265,166)).segment((290,323)).segment((100,348)).segment((92,273)).close().assemble().finalize().sweep(path)
|
test/sweep/451/451.stl
ADDED
|
Binary file (1.88 kB). View file
|
|
|