We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691a3d0 commit 1eb09a4Copy full SHA for 1eb09a4
src/compas_cgal/straight_skeleton_2.py
@@ -57,6 +57,7 @@ def create_interior_straight_skeleton_with_holes(points, holes) -> PolylinesNump
57
if not TOL.is_allclose(normal_polygon(points, True), [0, 0, 1]):
58
raise ValueError("Please pass a polygon with a normal vector of [0, 0, 1].")
59
V = np.asarray(points, dtype=np.float64)
60
+
61
H = []
62
for hole in holes:
63
points = list(hole)
0 commit comments