clear

Mesh.clear()[source]

Clear all mesh items.

The memory occupied by the coordinate array is garbage collected once no further references or views of it remain.

Note

Data blocks are cleared by calling the data block’s own clear() method.