-
Assertions to verify that a triangulation has:
- n-3 edges
- intersect only at endpoints
- all resulting regions are triangles
-
Hi
Is there any examples how to create mesh from pointcloud, and how to use remesh and read openvdb file?
And in this example i don't find ` Mesh.FromAnySupportedFormat`
```
using MR.DotNet;
using Sy…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Bug description
Hi,
I want to perform the analysis from two camera settings (with 2 animals)
The analysis …
-
I'm trying to create delaunay triangulations for the purpose of clustering. I got interested in using fractional metrics (not actually norms, but potentially useful) to try to cluster things in highe…
ghost updated
4 years ago
-
Hey,
My application requires saving the mesh connectivity, mesh geometry, and mesh data for intrinsic triangulation on top of extrinsic input meshes. I tried using RichSurfaceMeshData and creating…
-
Many examples only insert a sequence of points and print the number of faces.
We should come up with examples that cover more of the API
-
The following snippet of code fails for me when executed with `mpirun -n 2`:
```cpp
#include
#include
#include
#include
#include
#include
#include
#include
int main(int argc, c…
-
In writing step-83 (#12429), it turns out to be annoying that `Triangulation::save(archive)` does not do the same as `Triangulation::save(filename)`. The former writes everything about the triangulati…
-
Replace `scipy.spatial.Delaunay` triangulation with algorithm that works for arbitrary polygons so that agent placing algorithm supports spawns that `non-convex` and can have `holes`.
https://stac…
-
I am currently having troubles with a `TransfiniteInterpolationManifold` and the following use case (simplified):
```
constexpr unsigned int dim = 2;
Triangulation coarse_triangulation;
GridGe…