pymel.core.general.Component1D

Inheritance diagram of Component1D

class Component1D(*args, **kwargs)
currentItem()
currentItemIndex()

Returns the component indices for the current item in this component group

If the component type has more then one dimension, the return result will be a ComponentIndex object which is a sub-class of tuple; otherwise, it will be a single int.

These values correspond to the indices that you would use when selecting components in mel - ie, vtx[5], cv[3][2]

dimensions = 1
indicesIter()

An iterator over all the indices contained by this component, as integers.

name()

Previous topic

pymel.core.general.Component

Next topic

pymel.core.general.Component1D64

Core

Core Modules

Other Modules

This Page