DevinCharles/delaun​ayConstrained

Helper function for constrained Delaunay Triangulation
105 Downloads
Updated 25 Nov 2015

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 (2024). DevinCharles/delaunayConstrained (https://github.com/DevinCharles/delaunayConstrained), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2015b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Delaunay Triangulation in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.0.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.