Helper function for constrained Delaunay Triangulation
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
This is a helper function for creating a constrained Delaunay Triangulation. This is useful if you want to draw a surface from a set of x,y,z points but would like to have areas where the surface is not drawn. For example, if you import data using cmmFileParser and want to draw it on the confines of an actual part's surface, you can draw it inside the borders defined by x,y,z points in a cell array contained in "secondary," where the surface draws from x,y,z points in "primary" using the command delaunayConstrained(primary,secondary);
Take a look at delaunayConstrainedExample.m for a better understanding.
Cite As
Devin Prescott (2026). DevinCharles/delaunayConstrained (https://github.com/DevinCharles/delaunayConstrained), GitHub. Retrieved .
General Information
- Version 1.0.0.0 (12.4 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
Versions that use the GitHub default branch cannot be downloaded
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
