41
41
td {
42
42
text-align : center;
43
43
width : 5em ;
44
+ padding : 3px 4px ;
44
45
}
45
46
h1 {
46
47
margin : 10px ;
@@ -91,9 +92,14 @@ <h2><a target="_blank" href="https://cadquery.readthedocs.io/en/latest/apirefere
91
92
< tr >
92
93
< td > < a target ="_blank " href ="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.Workplane.text "> Workplane.text</ a > < br > (txt, fontsize, distance)</ td >
93
94
< td > < a target ="_blank " href ="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.Workplane.revolve "> Workplane.revolve</ a > < br > (angleDegrees)</ td >
94
- < td > < a target ="_blank " href ="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.Workplane.extrude "> Workplane.intersect</ a > < br > (toIntersect)</ td >
95
+ < td > < a target ="_blank " href ="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.Workplane.intersect "> Workplane.intersect</ a > < br > (toIntersect)</ td >
95
96
</ tr >
96
- </ table >
97
+ < tr >
98
+ < td > </ td >
99
+ < td > < a target ="_blank " href ="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.Workplane.union "> Workplane.union</ a > < br > (angleDegrees)</ td >
100
+ < td > </ td >
101
+ </ tr >
102
+ </ table >
97
103
</ div >
98
104
< div class ="section ">
99
105
< h2 > < a target ="_blank " href ="https://cadquery.readthedocs.io/en/latest/apireference.html#d-operations "> 2D Construction</ a > </ h2 >
@@ -119,8 +125,6 @@ <h2><a target="_blank" href="https://cadquery.readthedocs.io/en/latest/apirefere
119
125
< td > < a target ="_blank " href ="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.Workplane.polyline "> Workplane.polyline</ a > < br > (listOfXYTuple)</ td >
120
126
</ tr >
121
127
</ table >
122
- </ div >
123
- < div class ="section ">
124
128
< h2 > < a target ="_blank " href ="https://cadquery.readthedocs.io/en/latest/apireference.html#sketch-initialization "> Sketching</ a > </ h2 >
125
129
< table >
126
130
< tr >
@@ -206,9 +210,9 @@ <h2>BREP Terminology</h2><br />
206
210
</ table >
207
211
</ div >
208
212
< div class ="section ">
209
- < h2 > Selector String Modifiers</ h2 > < br / >
210
- < div class =" section-subtitle " > See < a target =" _blank " href =" https://cadquery.readthedocs.io/en/latest/selectors.html " > CadQuery String Selectors </ a > for more information. < br />
211
- Axis Strings are: X, Y, Z, XY, YZ, XZ</ div >
213
+ < h2 > < a target =" _blank " href =" https://cadquery.readthedocs.io/en/latest/selectors.html " > Selector String Modifiers</ a > </ h2 >
214
+ < h2 > </ h2 > < br />
215
+ < div class =" section-subtitle " > Axis Strings are: X, Y, Z, XY, YZ, XZ</ div >
212
216
< table >
213
217
< tr >
214
218
< th style ="width:10%; "> Modifier</ th >
0 commit comments