pymel.core.nodetypes.ParamDimension — PyMEL 1.0.7 documentation

pymel.core.nodetypes.ParamDimension

Inheritance diagram of ParamDimension

class ParamDimension(*args, **kwargs)

class counterpart of mel function paramDimension

This command is used to create a param dimension to display the parameter value of a curve/surface at a specified point on the curve/surface.

MObjectColorType = Enum( EnumValue('MObjectColorType', 0, 'defaultColor'), EnumValue('MObjectColorType', 1, 'indexColor'), EnumValue('MObjectColorType', 2, 'RGBColor'))