Skip to content

Commit 87ce76c

Browse files
committed
comments again
1 parent 8aed175 commit 87ce76c

File tree

1 file changed

+4
-4
lines changed
  • src/compas_occ/geometry/surfaces

1 file changed

+4
-4
lines changed

src/compas_occ/geometry/surfaces/nurbs.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,10 +366,10 @@ def from_fill(cls, curve1, curve2, curve3=None, curve4=None, style='stretch'):
366366
curve3 : :class:`~compas_occ.geometry.OCCNurbsCurve`, optional.
367367
curve4 : :class:`~compas_occ.geometry.OCCNurbsCurve`, optional.
368368
style : Literal['stretch', 'coons', 'curved'], optional.
369-
The fill style:
370-
'stretch' gives the flattest patch.
371-
'coons' gives a rounded patch with less depth than that of curved.
372-
'curved' gives with the most rounded patch.
369+
370+
* ``'stretch'`` produces the flattest patch.
371+
* ``'curved'`` produces a rounded patch.
372+
* ``'coons'`` is between stretch and coons.
373373
374374
Raises
375375
------

0 commit comments

Comments
 (0)