Go to: Related nodes. Attributes.
Create curves for the given text using the specified font. The
text string can be any number of characters typed in from the
keyboard. The font is any type available on the users
machine.
Each character of the created text string can be made up of many
curves. For example, the letter "O" in font type "Times-Roman"
would be created with 2 curves: one small O curve inside another
larger O curve.
| Node name |
Parents |
MFn type |
Compatible function sets |
| makeTextCurves |
abstractBaseCreate |
kTextCurves |
kBase
kNamedObject
kDependencyNode
kCreate
kTextCurves |
Related nodes
offsetCurve, hardenPoint, filletCurve, alignCurve, closeCurve, smoothCurve
Attributes (8)
count, font,
outputCurve, position, positionX, positionY, positionZ, text
| Long name (short name) |
Type |
Default |
Flags |
|
text
(t) |
string |
Maya |
    |
|
font
(f) |
string |
Times-Roman |
    |
|
outputCurve
(oc) |
nurbsCurve |
NULL |
   |
|
position
(p) |
double3 |
|
   |
|
positionX
(px) |
distance
(double) |
0.0cm |
  |
|
|
positionY
(py) |
distance
(double) |
0.0cm |
  |
|
|
positionZ
(pz) |
distance
(double) |
0.0cm |
  |
|
|
count
(c) |
integer |
0 |
   |