surfaces property
An unmodifiable iterable over the list of the surfaces.
Note: if you modify the geometry of any Surface within this list, you will need to call updateBounds to update the mesh's bounds.
Implementation
Iterable<Surface> get surfaces => _surfaces;