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
[](https://gitter.im/tpaviot/pythonocc-core?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5
5
@@ -13,13 +13,13 @@ pythonocc is a python library whose purpose is to provide 3D modeling
13
13
features. It is intended to developers who aim at developing
pythonocc-core version number correspond to oce library releases its wrapping.
57
59
58
-
For example; the current pythonocc-core release, 0.16.x, requires [OCE
59
-
0.16.x](https://github.com/tpaviot/oce/releases)release. Here, the __Major__
60
+
For example; the current pythonocc-core release, 0.17, requires any of the[OCE
61
+
0.17.x](https://github.com/tpaviot/oce/releases)releases. Here, the __Major__
60
62
version name of either OCE or pythonocc-core release is __0__, the __Minor__
61
-
version is __16__ and the __Patch__ version is __x__. pythonocc-core can be
62
-
built with any OCE version that has a corresponding __Major__ and __Minor__ version
63
-
number. That is pythonocc-core 0.16.0 can be built with OCE 0.16.1 and visa
64
-
versa.
63
+
version is __17__ and the __Patch__ version is (optionally) __x__. pythonocc-core can be built with any OCE version that has a corresponding __Major__ and __Minor__ version
64
+
number. For example, pythonocc-core 0.17 can be built with OCE-0.17.1.
- %feature("autodoc", " * Initializes or reinitializes this algorithm with two, three, or four curves - C1, C2, C3, and C4 - and Type, one of the following filling styles: - GeomFill_Stretch - the style with the flattest patch - GeomFill_Coons - a rounded style of patch with less depth than that of Curved - GeomFill_Curved - the style with the most rounded patch. Exceptions Standard_ConstructionError if the curves are not contiguous.
0 commit comments