Skip to content

Commit e2f9e85

Browse files
authored
Make CadQuery examples browsable in PartCAD (#1669)
1 parent 5429f61 commit e2f9e85

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

partcad.yaml

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
name: /pub/examples/script/cadquery
2+
desc: CadQuery examples
3+
url: https://github.com/CadQuery/cadquery
4+
5+
parts:
6+
examples/Ex001_Simple_Block:
7+
type: cadquery
8+
examples/Ex002_Block_With_Bored_Center_Hole:
9+
type: cadquery
10+
examples/Ex003_Pillow_Block_With_Counterbored_Holes:
11+
type: cadquery
12+
examples/Ex004_Extruded_Cylindrical_Plate:
13+
type: cadquery
14+
examples/Ex005_Extruded_Lines_and_Arcs:
15+
type: cadquery
16+
examples/Ex006_Moving_the_Current_Working_Point:
17+
type: cadquery
18+
examples/Ex007_Using_Point_Lists:
19+
type: cadquery
20+
examples/Ex008_Polygon_Creation:
21+
type: cadquery
22+
examples/Ex009_Polylines:
23+
type: cadquery
24+
examples/Ex010_Defining_an_Edge_with_a_Spline:
25+
type: cadquery
26+
examples/Ex011_Mirroring_Symmetric_Geometry:
27+
type: cadquery
28+
examples/Ex012_Creating_Workplanes_on_Faces:
29+
type: cadquery
30+
examples/Ex013_Locating_a_Workplane_on_a_Vertex:
31+
type: cadquery
32+
examples/Ex014_Offset_Workplanes:
33+
type: cadquery
34+
examples/Ex015_Rotated_Workplanes:
35+
type: cadquery
36+
examples/Ex016_Using_Construction_Geometry:
37+
type: cadquery
38+
examples/Ex017_Shelling_to_Create_Thin_Features:
39+
type: cadquery
40+
examples/Ex018_Making_Lofts:
41+
type: cadquery
42+
examples/Ex019_Counter_Sunk_Holes:
43+
type: cadquery
44+
examples/Ex020_Rounding_Corners_with_Fillets:
45+
type: cadquery
46+
examples/Ex021_Splitting_an_Object:
47+
type: cadquery
48+
examples/Ex022_Revolution:
49+
type: cadquery
50+
examples/Ex023_Sweep:
51+
type: cadquery
52+
examples/Ex024_Sweep_With_Multiple_Sections:
53+
type: cadquery
54+
examples/Ex025_Swept_Helix:
55+
type: cadquery
56+
examples/Ex026_Case_Seam_Lip:
57+
type: cadquery
58+
examples/Ex100_Lego_Brick:
59+
type: cadquery
60+
# examples/Ex101_InterpPlate uses `show_object()` multiple times which is not supported by PartCAD yet
61+
#examples/Ex101_InterpPlate:
62+
# type: cadquery

0 commit comments

Comments
 (0)