pymel.core.nodetypes.Plane — PyMEL 1.0.7 documentation

pymel.core.nodetypes.Plane

Inheritance diagram of Plane

class Plane(*args, **kwargs)

class counterpart of mel function plane

The command creates a sketch plane (also known as a construction plane) in space. To create an object (such as a NURBS curve, joint chain or polygon) on a construction plane, you need to first make the plane live. See also the makeLive command.

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