Yes, but...
The size of the triangles can be controlled in many ways.
1. Default Edge Length (as suggested)
2. Fixed geometry: hard lines, hardpoints, the outline (if "resample outline" is turned off)
3. The Density object: To this object you can add any number children including:
- pointSets. In this case the triangle edge length at any location in the domain is interpolated from the "z" values using an inverse distance algorithm
- closed polygons. In this case the triangle edge length at a location is determined by the value associated with the containing polygon.
- regular grids. In this case the triangle edge length at a location is determined by using a bilinear interpolation from the grid.
- triangular mesh. In this case the triangle edge length at a location is determined by using a linear interpolation from the containing element of the mesh.
Note: When these density objects overlap the smallest value is always used.
Hope this helps... Martin