Skip to content

Examples

Christian Woltering edited this page Jul 19, 2022 · 2 revisions

Triangle.Examples

  1. Simple point set triangulation - view code
  2. Simple point set triangulation with convex hull - view code
  3. Triangulate a polygon with hole and set minimum angle constraint - view code
  4. Triangulate a polygon with hole and maximum area constraint, followed by mesh smoothing - view code
  5. Refine only a part of a polygon mesh by using region pointers and an area constraint - view code
  6. Two ways finding boundary triangles - view code
  7. Boolean operations on mesh regions (intersection, difference, xor) - view code
  8. Using a user test function to define a maximum edge length constraint - view code
  9. Compute the adjacency matrix of the mesh vertices - view code
  10. Troubleshooting: finding degenerate boundary triangles - view code
  11. Scattered data interpolation without USE_Z or USE_ATTRIBS - view code
  12. Processing meshes in parallel - view code

Other

  • Processing regions of a complex geometry using the RegionIterator class - view gist
  • Computing additional nodes of quadratic elements - view gist
Clone this wiki locally