This method sets the height constraints for the mesh layer. This affects the way the MeshLayer::Fill method works.
Parameter | Description |
---|---|
minheight | instances will not appear below this height |
maxheight | instances will not appear above this height |
The value NAN can be used to disable one or both constraints.
By default height constraints are disabled.