-
Notifications
You must be signed in to change notification settings - Fork 4
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
Unable to integrate Meshes.jl geometries that aren't parameterized #28
Comments
Meshes.jl just merged a PR I wrote adding a parameterization function for Update: integration over a |
Looks like a recent update to Meshes.jl also added a parameterization function for |
Updates (14 Aug 2024):
|
I added support for parametric |
Closing in favor of #57 |
Update: There’s been no status change to the remaining four geometry types. All still lack parametric functions, so cannot be integrated. |
Some Meshes.jl geometries are not yet supported because they lack parametric functions, i.e.
(::Geometry)(ts...) -> ::Point
.Cone
ConeSurface
Cylinder
Frustum
FrustumSurface
Polyarea
Pyramid
Wedge
If these functions can be added to Meshes.jl then we should be capable of integrating these.
The text was updated successfully, but these errors were encountered: