Are there any packages or nodes that allow the implementation of custom mesh settings - specifically, ways to control max or min mesh edge lengths?
I have the Mesh Toolkit package already installed - it is great for basic mesh operations, but only has two parameters for loosely controlling mesh “resolution” (max gird lines & tolerance).
To give the back story… I am attempting to divide an array of planar surfaces into a grid of quadrilateral or triangular panels. I would ideally like to do this through meshes (to keep the computational cost low).
I could attempt this with the ‘Surface.DivideByIsolineGrid’ package - but it does not seem to work with an array of surfaces?