@@ -55,23 +55,23 @@ Low Poly Benchy
55
55
:align: center
56
56
57
57
58
- The Benchy examples shows hot to import a STL model as a `Solid ` object and change it.
58
+ The Benchy examples shows hot to import a STL model as a `Solid ` object with the class ` Mesher ` and change it to low poly .
59
59
60
60
.. note
61
+
61
62
*Attribution:*
62
63
The low-poly-benchy used in this example is by `reddaugherty`, see
63
64
https://www.printables.com/model/151134-low-poly-benchy.
64
65
65
66
66
- .. dropdown :: Information
67
+ .. dropdown :: Gallery
68
+
69
+ .. image :: assets/examples/example_benchy_02.png
70
+ :align: center
67
71
68
- - Authors: `Gumyr `
69
- - History:
70
- - created: 2023-07-09
71
- - modified: 2024-01-09
72
-
73
- - uses file `low_poly_benchy.stl `
74
- - uses `class Mesher `
72
+
73
+ .. image :: assets/examples/example_benchy_03.png
74
+ :align: center
75
75
76
76
.. dropdown :: |Builder| Reference Implementation (Builder Mode)
77
77
@@ -86,16 +86,10 @@ The Benchy examples shows hot to import a STL model as a `Solid` object and chan
86
86
Boxes on Faces
87
87
--------------------------------
88
88
.. image :: assets/examples/example_boxes_on_faces_01.png
89
- :align: center
89
+ :align: center
90
90
91
91
Create elements on every face of a box.
92
92
93
- .. dropdown :: Information
94
-
95
- - Authors: `Gumyr ` and `bernhard42 ` (algebra)
96
- - History:
97
- - created: 2023-09-15
98
- - modified: 2023-03-30
99
93
100
94
.. dropdown :: |Builder| Reference Implementation (Builder Mode)
101
95
@@ -119,13 +113,6 @@ The build123d customizable logo
119
113
This example creates the build123d customizable logo.
120
114
It shows how text is created, placed and sizes of text is calulated to define sizes of other elements.
121
115
122
- .. dropdown :: Information
123
-
124
- - Authors: `Gumyr ` and `jdegenstein `
125
- - History
126
- - created: 2022-12-19
127
- - modified: 2023-07-31
128
-
129
116
.. dropdown :: |Builder| Reference Implementation (Builder Mode)
130
117
131
118
.. literalinclude :: ../examples/build123d_customizable_logo.py
0 commit comments