Skip to content

Commit 1eb09a4

Browse files
committed
Update straight_skeleton_2.py
1 parent 691a3d0 commit 1eb09a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compas_cgal/straight_skeleton_2.py

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def create_interior_straight_skeleton_with_holes(points, holes) -> PolylinesNump
5757
if not TOL.is_allclose(normal_polygon(points, True), [0, 0, 1]):
5858
raise ValueError("Please pass a polygon with a normal vector of [0, 0, 1].")
5959
V = np.asarray(points, dtype=np.float64)
60+
6061
H = []
6162
for hole in holes:
6263
points = list(hole)

0 commit comments

Comments
 (0)