You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<i>A Quick Guide To The Most Commonly Used Functions!
43
44
<br/>
44
-
<sub>For the full API ref <ahref="https://cadquery.readthedocs.io/en/latest/apireference.html" target="_blank">click here!</a></sub></i>
45
+
<sub>For the full API ref <atarget="_blank" href="https://cadquery.readthedocs.io/en/latest/apireference.html" target="_blank">click here!</a></sub></i>
<divclass="section-subtitle">See <atarget="_blank" href="https://cadquery.readthedocs.io/en/latest/selectors.html">CadQuery String Selectors</a> for more information.<br/>
168
+
Axis Strings are: X, Y, Z, XY, YZ, XZ</div>
169
+
<tablestyle="width:100%;">
170
+
<tr>
171
+
<thstyle="width:10%;">Modifier</th>
172
+
<thstyle="width:90%;">Description</th>
173
+
</tr>
174
+
<tr>
175
+
<td>|</td>
176
+
<td>Parallel to = <atarget="_blank" href="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.ParallelDirSelector">ParallelDirSelector</a></td>
177
+
</tr>
178
+
<tr>
179
+
<td>#</td>
180
+
<td>Perpendicular to = <atarget="_blank" href="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.PerpendicularDirSelector">PerpendicularDirSelector</a></td>
181
+
</tr>
182
+
<tr>
183
+
<td>+</td>
184
+
<td>Positive direction = <atarget="_blank" href="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.DirectionSelector">DirectionSelector</a></td>
185
+
</tr>
186
+
<tr>
187
+
<td>-</td>
188
+
<td>Negative direction = <atarget="_blank" href="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.DirectionSelector">DirectionSelector</a></td>
<td>Curve/surface type = <atarget="_blank" href="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.TypeSelector">TypeSelector</a></td>
201
+
</tr>
202
+
</table>
203
+
</div>
204
+
<divclass="section">
205
+
<h2>Selector Methods</h2><br/>
206
+
<divclass="section-subtitle">CadQuery selector strings and classes allow filtering to select objects.</div>
<i></i>Direction references refer to the global directions.</i>
236
+
<divclass="section-subtitle">Direction references refer to the global directions.</div>
167
237
<tablestyle="width:100%;">
168
238
<tr>
169
239
<thstyle="width:25%;">Name</th>
@@ -227,6 +297,7 @@ <h2>Named Planes</h2><br />
227
297
</tr>
228
298
</table>
229
299
</div>
300
+
230
301
<divclass="section" hidden>
231
302
<h2>Core Classes</h2><br/>
232
303
<tablestyle="width:100%;">
@@ -248,80 +319,13 @@ <h2>Core Classes</h2><br />
248
319
</tr>
249
320
</table>
250
321
</div>
251
-
<divclass="section">
252
-
<h2>Selector String Modifiers</h2><br/>
253
-
Selectors are a complex topic: see <ahref="https://cadquery.readthedocs.io/en/latest/selectors.html">CadQuery String Selectors</a> for more information.<br/>
254
-
Axis Strings are: X, Y, Z, XY, YZ, XZ
255
-
<tablestyle="width:100%;">
256
-
<tr>
257
-
<thstyle="width:10%;">Modifier</th>
258
-
<thstyle="width:90%;">Description</th>
259
-
</tr>
260
-
<tr>
261
-
<td>|</td>
262
-
<td>Parallel to (same as <ahref="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.ParallelDirSelector">ParallelDirSelector</a>). Can return multiple objects.</td>
263
-
</tr>
264
-
<tr>
265
-
<td>#</td>
266
-
<td>Perpendicular to (same as <ahref="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.PerpendicularDirSelector">PerpendicularDirSelector</a>)</td>
267
-
</tr>
268
-
<tr>
269
-
<td>+</td>
270
-
<td>Positive direction (same as <ahref="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.DirectionSelector">DirectionSelector</a>)</td>
271
-
</tr>
272
-
<tr>
273
-
<td>-</td>
274
-
<td>Negative direction (same as <ahref="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.DirectionSelector">DirectionSelector</a>)</td>
275
-
</tr>
276
-
<tr>
277
-
<td>></td>
278
-
<td>Maximize (same as <ahref="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.DirectionMinMaxSelector">DirectionMinMaxSelector</a> with directionMax=True)</td>
279
-
</tr>
280
-
<tr>
281
-
<td><</td>
282
-
<td>Minimize (same as <ahref="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.DirectionMinMaxSelector">DirectionMinMaxSelector</a> with directionMax=False)</td>
283
-
</tr>
284
-
<tr>
285
-
<td>%</td>
286
-
<td>Curve/surface type (same as <ahref="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.TypeSelector">TypeSelector</a>)</td>
287
-
</tr>
288
-
</table>
289
-
</div>
290
-
<divclass="section">
291
-
<h2>Selector Methods</h2><br/>
292
-
CadQuery selector strings allow filtering various types of object lists.
293
-
Most commonly, Edges, Faces, and Vertices are used, but all objects types can be filtered.<br/>
0 commit comments