You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.
I think this convert call should just be an error. Looks like a bug in the FixedSizeArrays compatibility layer, which we should be getting rid of (see #156 ).
However, I think the function you actually want is decompose:
I ran into this while working on meshing.
This is the simplest example:
When converting from Quads to Triangles this should return a tuple of
Face{3,Int}(1,2,3),Face{3,Int}(3,4,1)
It is possible I am not calling the conversion correctly. It is these lines here: https://github.com/JuliaGeometry/Meshing.jl/pull/20/files#diff-bf57842023cb186f77b74657fbbe3164R224
The text was updated successfully, but these errors were encountered: