Skip to content

Commit 077c48e

Browse files
committed
Merge branch 'master' of github.com:CadQuery/cadquery into vrml
2 parents b86fbb5 + d7724a8 commit 077c48e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

conda/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ requirements:
1616
run:
1717
- python {{ environ.get('PYTHON_VERSION') }}
1818
- ocp 7.5.3
19+
- vtk =9.0.1
1920
- pyparsing >=2.1.9
2021
- ezdxf
2122
- ipython

doc/primer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ For example we can create a circular face like so ::
248248
The topological class inherits :class:`~cadquery.Mixin3D` or :class:`~cadquery.Mixin1D` which provide aditional methods that are shared between the classes that inherits them.
249249

250250
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.
251-
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)
251+
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)
252252
it is sometimes more convenient than the fluent API.
253253

254254
The OCCT API

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dependencies:
77
- python>=3.6
88
- ipython
99
- ocp=7.5.3
10+
- vtk=9.0.1
1011
- pyparsing>=2.1.9
1112
- sphinx=4.4.0
1213
- sphinx_rtd_theme

0 commit comments

Comments
 (0)