pymel.core.general.ContinuousComponent

Inheritance diagram of ContinuousComponent

class ContinuousComponent(*args, **kwargs)

Components whose dimensions are continuous.

Ie, there are an infinite number of possible components, referenced by floating point parameters.

Example: nurbsCurve.u[7.48], nurbsSurface.uv[3.85][2.1]

Derived classes should implement: _dimRange

VALID_SINGLE_INDEX_TYPES = (<type 'int'>, <type 'long'>, <type 'float'>, <type 'slice'>, <class 'pymel.core.general.HashableSlice'>)

Previous topic

pymel.core.general.ComponentIndex

Next topic

pymel.core.general.DimensionedComponent

Core

Core Modules

Other Modules

This Page