Skip to content

Commit 78027f4

Browse files
Fixed regiontrimesh issue where labels are not cropped wrt faces
1 parent 7b0d759 commit 78027f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/functions.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4723,6 +4723,7 @@ function regiontrimesh(VT,R,P; numSmoothSteps=25, gridtype=:equilateral)
47234723
end
47244724
end
47254725
F = F[B]
4726+
C = C[B]
47264727
# ----------------------------------------------------
47274728
end
47284729
return F,V,C

0 commit comments

Comments
 (0)