pymel.core.general.MItComponent

Inheritance diagram of MItComponent

class MItComponent(*args, **kwargs)

Abstract base class for pymel components that can be accessed via iterators.

(ie, MeshEdge, MeshVertex, and MeshFace can be wrapped around MItMeshEdge, etc)

If deriving from this class, you should set __apicls__ to an appropriate MIt* type - ie, for MeshEdge, you would set __apicls__ = _api.MItMeshEdge

Previous topic

pymel.core.general.LatticePoint

Next topic

pymel.core.general.MItComponent1D

Core

Core Modules

Other Modules

This Page