Skip to content

Commit 4b231fc

Browse files
committed
fix tesselation
1 parent d80cb6a commit 4b231fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/geometry_primitives.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ function attributes(nometa::GeometryPrimitive)
1111
return Dict{Symbol, Any}()
1212
end
1313

14+
function attributes(nometa::Tesselation)
15+
return attributes(nometa.primitive)
16+
end
17+
1418
##
1519
# conversion & decompose
1620

0 commit comments

Comments
 (0)