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
The following example is included in the documentation for FaceView, but no longer functions.
x =FaceView(rand(Point3f, 10), TriangleFace[(1, 2, 3), (2, 4, 5), ...])
x[1] isa Triangle ==true
x isa AbstractVector{<:Triangle} ==true# This means we can use it as a mesh:Mesh(x) # should just work!# Can also be used for Points:
linestring =FaceView(points, LineFace[...])
Polygon(linestring)
The following example is included in the documentation for
FaceView
, but no longer functions.GeometryBasics.jl/src/viewtypes.jl
Lines 105 to 122 in 89b857e
The text was updated successfully, but these errors were encountered: