-
-
Notifications
You must be signed in to change notification settings - Fork 87
Examples
Christian Woltering edited this page Jul 19, 2022
·
2 revisions
- Simple point set triangulation - view code
- Simple point set triangulation with convex hull - view code
- Triangulate a polygon with hole and set minimum angle constraint - view code
- Triangulate a polygon with hole and maximum area constraint, followed by mesh smoothing - view code
- Refine only a part of a polygon mesh by using region pointers and an area constraint - view code
- Two ways finding boundary triangles - view code
- Boolean operations on mesh regions (intersection, difference, xor) - view code
- Using a user test function to define a maximum edge length constraint - view code
- Compute the adjacency matrix of the mesh vertices - view code
- Troubleshooting: finding degenerate boundary triangles - view code
- Scattered data interpolation without USE_Z or USE_ATTRIBS - view code
- Processing meshes in parallel - view code