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/1037/1037.py +3 -0
- test/sweep/1106/1106.py +3 -0
- test/sweep/1106/1106.stl +0 -0
- test/sweep/1131/1131.py +3 -0
- test/sweep/1162/1162.py +3 -0
- test/sweep/1162/1162.stl +0 -0
- test/sweep/1187/1187.py +3 -0
- test/sweep/1188/1188.stl +0 -0
- test/sweep/1197/1197.py +3 -0
- test/sweep/1276/1276.py +3 -0
- test/sweep/1276/1276.stl +0 -0
- test/sweep/1311/1311.py +3 -0
- test/sweep/1311/1311.stl +0 -0
- test/sweep/1376/1376.py +3 -0
- test/sweep/1376/1376.stl +0 -0
- test/sweep/1399/1399.py +3 -0
- test/sweep/1399/1399.stl +0 -0
- test/sweep/1436/1436.stl +3 -0
- test/sweep/1498/1498.py +2 -0
- test/sweep/160/160.py +3 -0
- test/sweep/160/160.stl +0 -0
- test/sweep/170/170.py +3 -0
- test/sweep/170/170.stl +0 -0
- test/sweep/174/174.py +3 -0
- test/sweep/220/220.stl +0 -0
- test/sweep/235/235.py +3 -0
- test/sweep/235/235.stl +0 -0
- test/sweep/238/238.stl +3 -0
- test/sweep/250/250.py +3 -0
- test/sweep/250/250.stl +0 -0
- test/sweep/260/260.py +3 -0
- test/sweep/260/260.stl +0 -0
- test/sweep/304/304.py +3 -0
- test/sweep/309/309.py +3 -0
- test/sweep/309/309.stl +0 -0
- test/sweep/380/380.py +3 -0
- test/sweep/380/380.stl +0 -0
- test/sweep/410/410.stl +0 -0
- test/sweep/448/448.py +3 -0
- test/sweep/448/448.stl +0 -0
- test/sweep/46/46.py +3 -0
- test/sweep/47/47.stl +3 -0
- test/sweep/470/470.stl +0 -0
- test/sweep/513/513.stl +3 -0
- test/sweep/518/518.py +3 -0
- test/sweep/518/518.stl +0 -0
- test/sweep/542/542.stl +0 -0
- test/sweep/545/545.py +3 -0
- test/sweep/545/545.stl +0 -0
.gitattributes
CHANGED
|
@@ -1818,3 +1818,9 @@ 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
| 1821 |
+
test/sweep/47/47.stl filter=lfs diff=lfs merge=lfs -text
|
| 1822 |
+
test/sweep/859/859.stl filter=lfs diff=lfs merge=lfs -text
|
| 1823 |
+
test/sweep/238/238.stl filter=lfs diff=lfs merge=lfs -text
|
| 1824 |
+
test/sweep/725/725.stl filter=lfs diff=lfs merge=lfs -text
|
| 1825 |
+
test/sweep/513/513.stl filter=lfs diff=lfs merge=lfs -text
|
| 1826 |
+
test/sweep/1436/1436.stl filter=lfs diff=lfs merge=lfs -text
|
test/sweep/1037/1037.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(157,157).radiusArc((922,557),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,91),(55,91)).segment((55,13)).segment((174,13)).segment((174,91)).segment((222,91)).segment((222,97)).segment((174,97)).segment((174,157)).arc((312,300),(115,264)).segment((79,264)).segment((79,168)).segment((55,168)).segment((55,97)).segment((1,97)).close().assemble().finalize().sweep(path)
|
test/sweep/1106/1106.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(175,175).radiusArc((710,849),1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,117),(280,24)).segment((315,129)).segment((320,129)).segment((320,135)).segment((349,233)).segment((71,326)).segment((36,222)).segment((30,222)).segment((30,216)).close().assemble().finalize().sweep(path)
|
test/sweep/1106/1106.stl
ADDED
|
Binary file (18.9 kB). View file
|
|
|
test/sweep/1131/1131.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).lineTo(441,281).lineTo(1000,193)
|
| 3 |
+
r=cq.Workplane('XY').rect(217,225).sweep(path).translate((110,114,1))
|
test/sweep/1162/1162.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(125,125).lineTo(1,1000)
|
| 3 |
+
r=cq.Workplane('XY').rect(363,240).sweep(path).translate((307,121,1))
|
test/sweep/1162/1162.stl
ADDED
|
Binary file (684 Bytes). View file
|
|
|
test/sweep/1187/1187.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(113,113).lineTo(218,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((178,159),(172,198)).segment((132,198)).segment((139,244)).segment((1,40)).segment((152,47)).close().assemble().finalize().sweep(path)
|
test/sweep/1188/1188.stl
ADDED
|
Binary file (884 Bytes). View file
|
|
|
test/sweep/1197/1197.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).lineTo(226,106).lineTo(575,66).lineTo(820,381).lineTo(1000,401)
|
| 3 |
+
r=cq.Workplane('XY').circle(116).sweep(path).translate((118,118,414))
|
test/sweep/1276/1276.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((141,219),(174,219)).segment((174,369)).segment((191,369)).segment((191,219)).segment((475,219)).segment((475,397)).segment((141,397)).close().assemble().finalize().sweep(path).translate((168,1,1))
|
test/sweep/1276/1276.stl
ADDED
|
Binary file (1.48 kB). View file
|
|
|
test/sweep/1311/1311.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(98,98).spline([(750,484),(1000,871)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((57,122),(106,1)).segment((162,33)).segment((138,74)).segment((186,57)).segment((235,57)).close().assemble().finalize().sweep(path)
|
test/sweep/1311/1311.stl
ADDED
|
Binary file (1.08 kB). View file
|
|
|
test/sweep/1376/1376.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(68,68).lineTo(1,1000)
|
| 3 |
+
r=cq.Workplane('XY').rect(150,202).sweep(path).translate((144,102,1))
|
test/sweep/1376/1376.stl
ADDED
|
Binary file (684 Bytes). View file
|
|
|
test/sweep/1399/1399.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(72,72).spline([(263,229),(467,358),(734,543),(1000,824)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((58,144),(82,1)).segment((87,1)).segment((63,144)).close().assemble().finalize().sweep(path)
|
test/sweep/1399/1399.stl
ADDED
|
Binary file (3.58 kB). View file
|
|
|
test/sweep/1436/1436.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44a080947998ef5abb2428c2bc7f22b5dc194ec0014143dab06049c0c15420ce
|
| 3 |
+
size 145884
|
test/sweep/1498/1498.py
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
r=cq.Workplane('XY').sketch().segment((156,156),(53,186)).segment((75,149)).segment((1,90)).segment((31,60)).segment((82,68)).segment((134,23)).close().assemble().finalize().sweep(cq.Workplane('XZ').moveTo(0,0).lineTo(341,999))
|
test/sweep/160/160.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(134,134).radiusArc((1000,642),958)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,9),(267,9)).segment((267,259)).segment((18,259)).segment((18,159)).segment((1,159)).close().assemble().finalize().sweep(path)
|
test/sweep/160/160.stl
ADDED
|
Binary file (14.3 kB). View file
|
|
|
test/sweep/170/170.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(114,114).spline([(748,687),(991,1000)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((236,201),(88,218)).segment((36,1)).segment((140,36)).segment((175,70)).segment((236,88)).close().assemble().finalize().sweep(path)
|
test/sweep/170/170.stl
ADDED
|
Binary file (1.08 kB). View file
|
|
|
test/sweep/174/174.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(246,246).spline([(406,46),(555,1),(820,211),(1000,11)])
|
| 3 |
+
r=cq.Workplane('XY').circle(371).sweep(path).translate((383,373,663))
|
test/sweep/220/220.stl
ADDED
|
Binary file (25.1 kB). View file
|
|
|
test/sweep/235/235.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(123,123).spline([(306,13),(555,312),(805,366),(1000,452)])
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((31,38),(86,1)).segment((214,208)).segment((159,245)).close().assemble().finalize().sweep(path)
|
test/sweep/235/235.stl
ADDED
|
Binary file (17.5 kB). View file
|
|
|
test/sweep/238/238.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e177bfe943761251970d8482b7beb45fe193385ca32f6b2ed2c6356ee77fb64
|
| 3 |
+
size 387984
|
test/sweep/250/250.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(238,238).lineTo(1,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((194,227),(282,227)).segment((277,238)).segment((282,244)).segment((282,249)).segment((194,249)).close().assemble().finalize().sweep(path).translate((44,1,1))
|
test/sweep/250/250.stl
ADDED
|
Binary file (1.08 kB). View file
|
|
|
test/sweep/260/260.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(135,135).lineTo(174,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((241,260),(241,318)).segment((68,241)).segment((11,251)).segment((20,49)).segment((116,1)).close().assemble().finalize().sweep(path)
|
test/sweep/260/260.stl
ADDED
|
Binary file (1.08 kB). View file
|
|
|
test/sweep/304/304.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).spline([(286,71),(486,346),(635,331),(820,426),(1000,411)])
|
| 3 |
+
r=cq.Workplane('XY').rect(46,156).sweep(path).translate((26,80,1))
|
test/sweep/309/309.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(128,128).spline([(319,1),(524,167),(716,280),(943,319),(1000,298)])
|
| 3 |
+
r=cq.Workplane('XY').rect(202,202).sweep(path).translate((103,103,1))
|
test/sweep/309/309.stl
ADDED
|
Binary file (9.88 kB). View file
|
|
|
test/sweep/380/380.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).spline([(401,228),(700,728),(1000,973)])
|
| 3 |
+
r=cq.Workplane('XY').rect(74,74).sweep(path).translate((39,39,1))
|
test/sweep/380/380.stl
ADDED
|
Binary file (5.88 kB). View file
|
|
|
test/sweep/410/410.stl
ADDED
|
Binary file (5.28 kB). View file
|
|
|
test/sweep/448/448.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(139,139).lineTo(163,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((103,260),(1,157)).segment((49,115)).segment((43,61)).segment((176,79)).segment((224,127)).close().assemble().finalize().sweep(path)
|
test/sweep/448/448.stl
ADDED
|
Binary file (1.08 kB). View file
|
|
|
test/sweep/46/46.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(1,1).spline([(246,231),(550,446),(725,665),(995,935),(1000,745)])
|
| 3 |
+
r=cq.Workplane('XY').circle(51).sweep(path).translate((53,53,8))
|
test/sweep/47/47.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7725bfd0c06dca830e08994d57cd5d2a5b4f7ec808bb8293389629b44196e169
|
| 3 |
+
size 3030184
|
test/sweep/470/470.stl
ADDED
|
Binary file (684 Bytes). View file
|
|
|
test/sweep/513/513.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f73f9a34008d9f7f571f3af57a282bc14729f35918d3b4975bc1e8a60a12f897
|
| 3 |
+
size 488284
|
test/sweep/518/518.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(229,229).lineTo(98,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((1,207),(58,207)).arc((149,149),(258,178)).segment((258,47)).segment((458,47)).segment((458,246)).segment((332,246)).segment((332,355)).segment((281,355)).arc((172,412),(58,355)).segment((1,355)).close().assemble().finalize().sweep(path).translate((132,1,1))
|
test/sweep/518/518.stl
ADDED
|
Binary file (16.1 kB). View file
|
|
|
test/sweep/542/542.stl
ADDED
|
Binary file (37.1 kB). View file
|
|
|
test/sweep/545/545.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import cadquery as cq
|
| 2 |
+
path=cq.Workplane('XZ').moveTo(58,58).lineTo(137,1000)
|
| 3 |
+
r=cq.Workplane('XY').sketch().segment((12,80),(58,1)).segment((103,35)).segment((46,115)).segment((12,92)).close().assemble().finalize().sweep(path)
|
test/sweep/545/545.stl
ADDED
|
Binary file (884 Bytes). View file
|
|
|