pymel.core.uitypes.TextCurves

digraph inheritancef55e48148f {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "TextCurves" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.uitypes.TextCurves",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PyUI" -> "TextCurves" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "PyUI" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.uitypes.PyUI.html#pymel.core.uitypes.PyUI",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
}

class TextCurves

class counterpart of mel function textCurves

The textCurves command creates NURBS curves from a text string using the specified font. A single letter can be made up of more than one NURBS curve. The number of curves per letter varies with the font.

getCaching(**kwargs)

Modifies the node caching mode. See the node documentation for more information. Note:For advanced users only.

Derived from mel command maya.cmds.textCurves

getNodeState(**kwargs)

Modifies the node state. See the node documentation for more information. Note:For advanced users only.

Derived from mel command maya.cmds.textCurves

setCaching(val=True, **kwargs)

Modifies the node caching mode. See the node documentation for more information. Note:For advanced users only.

Derived from mel command maya.cmds.textCurves

setNodeState(val=True, **kwargs)

Modifies the node state. See the node documentation for more information. Note:For advanced users only.

Derived from mel command maya.cmds.textCurves

Previous topic

pymel.core.uitypes.Text

Next topic

pymel.core.uitypes.TextField

Core

Core Modules

Other Modules

This Page