Skip to content

Commit bfa62a5

Browse files
committed
Update straight_skeleton_2.py
1 parent ad78cd0 commit bfa62a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compas_cgal/straight_skeleton_2.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def create_interior_straight_skeleton(points, as_graph=True) -> Union[Graph, Tup
6060
6161
Returns
6262
-------
63-
:attr:`compas_cgal.types.PolylinesNumpy`
63+
:attr:`compas.datastructures.Graph` or tuple of (vertices, indices, edges, edge_types)
6464
The skeleton of the polygon.
6565
6666
Raises
@@ -93,7 +93,7 @@ def create_interior_straight_skeleton_with_holes(points, holes, as_graph=True) -
9393
9494
Returns
9595
-------
96-
:attr:`compas_cgal.types.PolylinesNumpy`
96+
:attr:`compas.datastructures.Graph` or tuple of (vertices, indices, edges, edge_types)
9797
The skeleton of the polygon.
9898
9999
Raises

0 commit comments

Comments
 (0)