pymel.core.general.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'>)¶