Skip to content

Commit

Permalink
Merge pull request #1060 from pauljurczak/patch-3
Browse files Browse the repository at this point in the history
Grammar fix
  • Loading branch information
jmwright authored Apr 28, 2022
2 parents 12acb29 + c2988df commit 2eeabc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/primer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ For example we can create a circular face like so ::
The topological class inherits :class:`~cadquery.Mixin3D` or :class:`~cadquery.Mixin1D` which provide aditional methods that are shared between the classes that inherits them.

The direct API as its name suggests doesn't provide a parent/children data structure, instead each method call directly returns an object of the specified topological type.
It is more verbose than the fluent API and more tedious to work with, but as it offer more flexibility (you can work with faces, which is something you can't do in the fluent API)
It is more verbose than the fluent API and more tedious to work with, but as it offers more flexibility (you can work with faces, which is something you can't do in the fluent API)
it is sometimes more convenient than the fluent API.

The OCCT API
Expand Down

0 comments on commit 2eeabc8

Please sign in to comment.