Skip to content

Commit

Permalink
Update straight_skeleton_2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
romanarust committed May 14, 2024
1 parent 691a3d0 commit 1eb09a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compas_cgal/straight_skeleton_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def create_interior_straight_skeleton_with_holes(points, holes) -> PolylinesNump
if not TOL.is_allclose(normal_polygon(points, True), [0, 0, 1]):
raise ValueError("Please pass a polygon with a normal vector of [0, 0, 1].")
V = np.asarray(points, dtype=np.float64)

H = []
for hole in holes:
points = list(hole)
Expand Down

0 comments on commit 1eb09a4

Please sign in to comment.