We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d51557 commit 5fce947Copy full SHA for 5fce947
docs/tutorial/brep.rst
@@ -82,7 +82,7 @@ Every backend is expected to implement some alternative constructors
82
>>> import Rhino
83
>>> from compas.geometry import Brep
84
>>> ...
85
- >>> Brep.from_brep(Rhino.Geometry.Brep())
+ >>> Brep.from_native(Rhino.Geometry.Brep())
86
87
Brep operations
88
===============
0 commit comments