-
As we are adding multiple types of meshes (from EdgeMesh to polygonal meshes) it doesn't make sense to have so much code that only switches between TriMesh and TetMesh. There are several cases where w…
-
I am using this package in Meshes.jl to handle polygonal geometries that create loops. I wonder if you would be willing to migrate the package to the JuliaArrays organization for greater visibility an…
-
I will probably want many map representations such as polygonal meshes, but I'll start it simple: a matrix with tiles that can be either empty (and is thus walkable) or occupied (by ground/walls/etc),
-
* Logo de JuliaCon
* Terminar buen refactoring hacia GeoInterface.jl / GeoMeshes.jl / ponerlo en la presentacion
* Referencia de GeoInterface.jl / Meshes.jl
* Poner historia de 5k -> 500
* Aplicar…
-
Ie: perimeters.
I asked about it here without much luck for an explicit solution, though there are some pointers:
https://stackoverflow.com/questions/78359671/algorithm-for-insetting-boundary-edge…
-
Hi,
Thank you for your work and your help.
I'm running into another issue while trying to combine two polydata with union operation. It failed with the error message "Bad shaped cells detected". The…
-
`SurfaceSegmentationStorage` is a special type of segmentation where the segments are represented by polygonal meshes instead of voxel-based annotation.
https://dicom.innolitics.com/ciods/surface-s…
-
I have encountered issues with the handling of quad meshes (which I need to apply nice-looking Catmull-Clark subdivision):
- There is no QuadMesh or MixedMesh in Core/Geometry.
This can be easi…
-
Wishlist stub for a new format to support: [OpenFOAM](https://cfd.direct/openfoam)'s [polyMesh](https://cfd.direct/openfoam/user-guide/v7-mesh-description/#x24-1680005.1).
> By default OpenFOAM def…
-
Dear developers,
Thank you very much for providing so powerful quadtree mesher. I can successfully build and run the program, but I am not clear about the quadtree mesh and haven't use this kind of…