-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
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
Documentation: GeometryBasics.mesh docs don't match function signature #152
Comments
This seems like an inconsistency. It is probably easier to to fix the docs now. We could add a |
For an additional data point, MeshIO uses exactly the same keyword parameters, except using uvtype vs uv |
Correct uvtype -> uv in mesh, partial for #152
|
The documentation for GeometryBasics.mesh function indicates it takes a
uvtype
keyword parameter, but the implementation takesuv
keyword parameter.Given that all the other keyword parameters are somethingtype, I'd assume it's the function signature that is incorrect.
The text was updated successfully, but these errors were encountered: