File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ For example, this::
166
166
Will actually create 4 circles, because ``vertices() `` selects 4 vertices of a rectangular face, and the ``circle() `` method
167
167
iterates on each member of the stack.
168
168
169
- This is really useful to remember when you author your own plugins. :py:meth: `cadquery.cq. Workplane.each ` is useful for this purpose.
169
+ This is really useful to remember when you author your own plugins. :py:meth: `cadquery.Workplane.each ` is useful for this purpose.
170
170
171
171
CadQuery API layers
172
172
---------------------------
@@ -284,6 +284,8 @@ Below is presented the different ways you can interact with the different API la
284
284
Fluent API <=> Direct API
285
285
-------------------------
286
286
287
+ .. currentmodule :: cadquery
288
+
287
289
Here are all the possibilities you have to get an object from the Direct API (i.e a topological object).
288
290
289
291
You can end the Fluent API call chain and get the last object on the stack with :py:meth: `Workplane.val ` alternatively you can get all
You can’t perform that action at this time.
0 commit comments