pymel.core.general.DimensionedComponent

Inheritance diagram of DimensionedComponent

class DimensionedComponent(*args, **kwargs)

Components for which having a __getitem__ of some sort makes sense

ie, myComponent[X] would be reasonable.

VALID_SINGLE_INDEX_TYPES = []
currentDimension()

Returns the dimension index that an index operation - ie, self[...] / self.__getitem__(...) - will operate on.

If the component is completely specified (ie, all dimensions are already indexed), then None is returned.

dimensions = 0

Previous topic

pymel.core.general.ContinuousComponent

Next topic

pymel.core.general.DiscreteComponent

Core

Core Modules

Other Modules

This Page