*Note this question applies to all languages
I am using triangulation in MATLAB for a Monte Carlo simulation of a physical surface. The triangulation represents a tethered sphere network and I have a certain constraint for the triangulation. In this simulation, I need the length of the tethers, represented by the edges, to be within a certain range of length. Note that is not the typical constraint used for constrained triangulation. How can I triangulate a surface, such that the the edge have lengths between a minimum and maximum length?
If there is an easier way to do this in another language, I am also willing to consider that.