We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
julia> using GeometryBasics julia> FaceView(rand(Point3f0, 10), TriangleFace[(1, 2, 3), (2, 4, 5)]) ERROR: MethodError: no method matching FaceView(::Array{Point{3,Float32},1}, ::Array{NgonFace{3,T} where T,1})
Is this an error in the docstring or a bug? Also whats the recommended way to construct this view?
The text was updated successfully, but these errors were encountered:
julia> connect(rand(Point3f0, 10), TriangleFace{Int}[(1, 2, 3), (2, 4, 5)])
is a possibility to do this.
Sorry, something went wrong.
Closing this because FaceView is now a different object (and also that works now)
No branches or pull requests
Is this an error in the docstring or a bug? Also whats the recommended way to construct this view?
The text was updated successfully, but these errors were encountered: