Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 493 Bytes

meshset.rst

File metadata and controls

17 lines (13 loc) · 493 Bytes

MeshSet

The MeshSet class represents a container that allows to collect a set of Meshes, where every Mesh corresponds to a layer of MeshLab. From this class, you can apply all the filters of meshlab by calling the :pymeshlab.MeshSet.apply_filter method.

In every non-empty MeshSet, there is a selected mesh, that can be accessed using the method :pymeshlab.MeshSet.current_mesh.

meshlab.MeshSet