We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2731c commit 6ee9486Copy full SHA for 6ee9486
test/meshes.jl
@@ -54,6 +54,11 @@ end
54
@test normals(m2) != normals(m)
55
@test normals(m2) == [only(values(normals(m))) for _ in 1:4]
56
@test isempty(m2.views)
57
+
58
+ mm = MetaMesh(m, Dict(:test => 1, :a => "a"))
59
+ mm2 = GeometryBasics.expand_faceviews(mm)
60
+ @test mm2.meta == mm.meta
61
+ @test Mesh(mm2) == m2
62
end
63
64
@testset "Duplicate face removal" begin
0 commit comments