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 +4 -0
- test/sweep/1028/1028.py +3 -0
- test/sweep/1028/1028.stl +0 -0
- test/sweep/1042/1042.py +3 -0
- test/sweep/1044/1044.py +3 -0
- test/sweep/1044/1044.stl +0 -0
- test/sweep/107/107.py +3 -0
- test/sweep/1132/1132.py +3 -0
- test/sweep/1132/1132.stl +0 -0
- test/sweep/1141/1141.py +3 -0
- test/sweep/1161/1161.py +3 -0
- test/sweep/1167/1167.py +3 -0
- test/sweep/117/117.py +3 -0
- test/sweep/117/117.stl +0 -0
- test/sweep/1191/1191.py +3 -0
- test/sweep/1191/1191.stl +0 -0
- test/sweep/1211/1211.py +3 -0
- test/sweep/1214/1214.py +3 -0
- test/sweep/1214/1214.stl +0 -0
- test/sweep/1268/1268.py +3 -0
- test/sweep/1272/1272.py +3 -0
- test/sweep/1272/1272.stl +0 -0
- test/sweep/1283/1283.py +3 -0
- test/sweep/1283/1283.stl +0 -0
- test/sweep/1319/1319.py +3 -0
- test/sweep/1365/1365.py +3 -0
- test/sweep/1365/1365.stl +0 -0
- test/sweep/1369/1369.stl +3 -0
- test/sweep/1405/1405.stl +3 -0
- test/sweep/1415/1415.py +3 -0
- test/sweep/1415/1415.stl +0 -0
- test/sweep/1487/1487.py +2 -0
- test/sweep/1487/1487.stl +0 -0
- test/sweep/172/172.py +3 -0
- test/sweep/172/172.stl +0 -0
- test/sweep/177/177.py +3 -0
- test/sweep/200/200.py +3 -0
- test/sweep/200/200.stl +0 -0
- test/sweep/219/219.py +3 -0
- test/sweep/219/219.stl +0 -0
- test/sweep/24/24.py +3 -0
- test/sweep/262/262.py +3 -0
- test/sweep/262/262.stl +0 -0
- test/sweep/311/311.py +3 -0
- test/sweep/311/311.stl +0 -0
- test/sweep/351/351.py +3 -0
- test/sweep/437/437.py +3 -0
- test/sweep/437/437.stl +0 -0
- test/sweep/46/46.stl +3 -0
- test/sweep/499/499.py +3 -0
.gitattributes
CHANGED
|
@@ -1888,3 +1888,7 @@ test/sweep/928/928.stl filter=lfs diff=lfs merge=lfs -text
|
|
| 1888 |
test/sweep/1393/1393.stl filter=lfs diff=lfs merge=lfs -text
|
| 1889 |
test/sweep/8/8.stl filter=lfs diff=lfs merge=lfs -text
|
| 1890 |
test/sweep/110/110.stl filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1888 |
test/sweep/1393/1393.stl filter=lfs diff=lfs merge=lfs -text
|
| 1889 |
test/sweep/8/8.stl filter=lfs diff=lfs merge=lfs -text
|
| 1890 |
test/sweep/110/110.stl filter=lfs diff=lfs merge=lfs -text
|
| 1891 |
+
test/sweep/1369/1369.stl filter=lfs diff=lfs merge=lfs -text
|
| 1892 |
+
test/sweep/5/5.stl filter=lfs diff=lfs merge=lfs -text
|
| 1893 |
+
test/sweep/46/46.stl filter=lfs diff=lfs merge=lfs -text
|
| 1894 |
+
test/sweep/1405/1405.stl filter=lfs diff=lfs merge=lfs -text
|
test/sweep/1028/1028.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(115,115).lineTo(230,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((272,188),(220,220)).segment((157,188)).segment((63,230)).segment((1,126)).segment((43,74)).close().assemble().finalize().sweep(path)
|
test/sweep/1028/1028.stl
ADDED
|
Binary file (1.08 kB). View file
|
|
|
test/sweep/1042/1042.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(176,176).spline([(413,172),(571,1),(825,176),(1000,62)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((198,159),(198,203)).segment((242,203)).arc((111,185),(238,150)).segment((229,150)).segment((229,159)).close().assemble().finalize().sweep(path).translate((1,1,307))
|
test/sweep/1044/1044.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(208,208).radiusArc((862,731),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().arc((9,116),(39,62),(47,1)).segment((162,1)).segment((255,1)).segment((408,1)).segment((408,139)).arc((132,147),(47,416)).segment((9,416)).close().assemble().finalize().sweep(path)
|
test/sweep/1044/1044.stl
ADDED
|
Binary file (85.5 kB). View file
|
|
|
test/sweep/107/107.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(228,228).lineTo(561,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((198,1),(251,1)).segment((251,31)).arc((425,228),(251,425)).segment((251,455)).segment((198,455)).segment((198,425)).arc((31,228),(198,31)).close().assemble().finalize().sweep(path)
|
test/sweep/1132/1132.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(108,108).lineTo(1,1000)
|
| 3 |
+
r=cq.Workplane('XY').rect(257,356).sweep(path).translate((237,179,1))
|
test/sweep/1132/1132.stl
ADDED
|
Binary file (684 Bytes). View file
|
|
|
test/sweep/1141/1141.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(306,306).spline([(552,319),(821,158),(1000,1)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((180,288),(252,203)).arc((256,207),(256,221)).segment((256,234)).arc((288,225),(315,225)).segment((315,221)).arc((319,207),(315,189)).segment((315,185)).segment((382,238)).segment((368,252)).arc((400,301),(395,364)).segment((431,364)).segment((431,427)).segment((234,427)).segment((234,400)).arc((207,355),(203,310)).close().assemble().finalize().sweep(path).translate((217,1,1))
|
test/sweep/1161/1161.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(7,7).spline([(457,269),(1000,507)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((32,32),(51,63)).segment((13,63)).segment((26,26)).segment((1,63)).close().assemble().finalize().sweep(path)
|
test/sweep/1167/1167.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(159,159).lineTo(30,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,130),(109,130)).segment((109,80)).segment((209,80)).segment((209,130)).segment((317,130)).segment((317,188)).segment((209,188)).segment((209,238)).segment((109,238)).segment((109,188)).segment((1,188)).close().assemble().finalize().sweep(path).translate((130,1,1))
|
test/sweep/117/117.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(62,62).radiusArc((899,500),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((35,1),(89,1)).arc((75,62),(75,122)).segment((35,122)).close().assemble().finalize().sweep(path)
|
test/sweep/117/117.stl
ADDED
|
Binary file (17.5 kB). View file
|
|
|
test/sweep/1191/1191.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(109,109).spline([(489,419),(1000,744)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((71,195),(32,226)).segment((47,164)).segment((40,86)).segment((63,1)).close().assemble().finalize().sweep(path)
|
test/sweep/1191/1191.stl
ADDED
|
Binary file (884 Bytes). View file
|
|
|
test/sweep/1211/1211.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).radiusArc((900,944),1000)
|
| 3 |
+
r=cq.Workplane('XY').circle(90).sweep(path).translate((92,92,1))
|
test/sweep/1214/1214.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(232,232).spline([(503,114),(735,1),(1000,283)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((136,272),(193,136)).segment((328,193)).segment((272,328)).close().assemble().finalize().sweep(path).translate((1,1,368))
|
test/sweep/1214/1214.stl
ADDED
|
Binary file (19.9 kB). View file
|
|
|
test/sweep/1268/1268.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(66,66).spline([(290,1),(463,183),(683,290),(897,174),(1000,66)])
|
| 3 |
+
r=cq.Workplane('XY').circle(160).sweep(path).translate((162,162,1))
|
test/sweep/1272/1272.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(184,184).spline([(500,381),(775,205),(1000,226)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((107,367),(121,1)).segment((261,1)).segment((247,367)).close().assemble().finalize().sweep(path).translate((131,1,1))
|
test/sweep/1272/1272.stl
ADDED
|
Binary file (10.3 kB). View file
|
|
|
test/sweep/1283/1283.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(134,134).radiusArc((797,769),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,22),(190,22)).segment((190,127)).segment((239,113)).segment((266,204)).segment((99,246)).segment((92,225)).segment((1,225)).close().assemble().finalize().sweep(path)
|
test/sweep/1283/1283.stl
ADDED
|
Binary file (16.7 kB). View file
|
|
|
test/sweep/1319/1319.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(253,253).spline([(456,196),(578,62),(813,1),(1000,29)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((90,212),(163,188)).segment((163,139)).segment((249,139)).arc((415,212),(277,326)).segment((135,366)).close().assemble().finalize().sweep(path).translate((100,1,1))
|
test/sweep/1365/1365.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(208,208).spline([(649,64),(1000,46)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((19,199),(163,199)).segment((163,10)).segment((325,10)).segment((334,1)).segment((343,10)).segment((397,10)).segment((397,199)).segment((235,199)).segment((226,208)).segment((226,415)).segment((19,415)).close().assemble().finalize().sweep(path).translate((334,1,1))
|
test/sweep/1365/1365.stl
ADDED
|
Binary file (2.28 kB). View file
|
|
|
test/sweep/1369/1369.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c20a0caba3e4f1d5107427a6a6efb727fce95a16594e59e8d78ada3b80014c5
|
| 3 |
+
size 755734
|
test/sweep/1405/1405.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a55331b71ab3d35362f0d9e020ee7d3fc7e8382a8da05a61d2ffaf97e119f838
|
| 3 |
+
size 179084
|
test/sweep/1415/1415.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(294,294).spline([(722,1),(1000,9)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((226,189),(354,189)).segment((354,211)).arc((399,294),(354,377)).segment((354,399)).segment((226,399)).segment((226,377)).arc((189,294),(226,211)).close().assemble().finalize().sweep(path)
|
test/sweep/1415/1415.stl
ADDED
|
Binary file (18.1 kB). View file
|
|
|
test/sweep/1487/1487.py
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
r=cq.Workplane('XY').sketch().segment((36,56),(146,56)).segment((166,1)).segment((302,51)).segment((302,56)).segment((317,56)).segment((317,297)).segment((207,297)).segment((182,352)).segment((46,297)).segment((36,297)).close().assemble().finalize().sweep(cq.Workplane('XZ').moveTo(0,0).radiusArc((422,422),422).lineTo(753,422).radiusArc((999,0),422))
|
test/sweep/1487/1487.stl
ADDED
|
Binary file (76.1 kB). View file
|
|
|
test/sweep/172/172.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(66,66).spline([(521,486),(1000,787)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((101,101),(19,113)).segment((42,36)).segment((96,1)).segment((90,36)).segment((125,48)).close().assemble().finalize().sweep(path)
|
test/sweep/172/172.stl
ADDED
|
Binary file (1.08 kB). View file
|
|
|
test/sweep/177/177.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(193,193).spline([(368,39),(577,125),(834,1),(1000,22)])
|
| 3 |
+
r=cq.Workplane('XY').rect(325,300).sweep(path).translate((443,152,884))
|
test/sweep/200/200.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(198,198).radiusArc((1000,1000),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((263,337),(255,386)).segment((140,75)).segment((173,1)).close().assemble().finalize().sweep(path)
|
test/sweep/200/200.stl
ADDED
|
Binary file (10.3 kB). View file
|
|
|
test/sweep/219/219.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(10,10).lineTo(1,1000)
|
| 3 |
+
r=cq.Workplane('XY').rect(175,83).sweep(path).translate((98,43,1))
|
test/sweep/219/219.stl
ADDED
|
Binary file (684 Bytes). View file
|
|
|
test/sweep/24/24.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).spline([(297,149),(608,378),(822,205),(1000,317)])
|
| 3 |
+
r=cq.Workplane('XY').circle(32).sweep(path).translate((34,34,1))
|
test/sweep/262/262.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(12,12).lineTo(1,1000)
|
| 3 |
+
r=cq.Workplane('XY').circle(262).sweep(path).translate((275,263,1))
|
test/sweep/262/262.stl
ADDED
|
Binary file (25.1 kB). View file
|
|
|
test/sweep/311/311.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(214,214).lineTo(582,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((178,1),(242,1)).segment((242,164)).arc((270,214),(242,263)).segment((242,426)).segment((178,426)).segment((178,263)).arc((157,214),(178,164)).close().assemble().finalize().sweep(path)
|
test/sweep/311/311.stl
ADDED
|
Binary file (16.1 kB). View file
|
|
|
test/sweep/351/351.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(237,237).radiusArc((846,616),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,214),(279,1)).segment((474,261)).segment((314,385)).segment((344,385)).segment((344,397)).segment((297,397)).arc((273,433),(243,438)).segment((196,474)).close().assemble().finalize().sweep(path)
|
test/sweep/437/437.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(100,100).lineTo(406,1).lineTo(622,190).lineTo(888,118).lineTo(1000,122)
|
| 3 |
+
r=cq.Workplane('XY').rect(235,136).sweep(path).translate((425,69,183))
|
test/sweep/437/437.stl
ADDED
|
Binary file (1.88 kB). View file
|
|
|
test/sweep/46/46.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6b36112ab96453e8761acf5c60efa553449a896c01ffc60e2664721b2d34f2f
|
| 3 |
+
size 6310284
|
test/sweep/499/499.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(252,252).spline([(479,277),(673,120),(1000,435)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,441),(58,45)).segment((146,64)).arc((221,26),(303,20)).segment((303,7)).segment((466,7)).segment((466,127)).arc((491,171),(504,215)).segment((391,227)).segment((416,441)).arc((403,447),(384,460)).segment((378,497)).segment((296,491)).arc((240,485),(189,472)).close().assemble().finalize().sweep(path).translate((1,1,437))
|