Home | Trees | Index | Help |
|
---|
Module Text3d :: Class Text3d |
|
Method Summary | |
---|---|
module constant |
Get the text3d's alignment value. |
float |
Get the Text3d's bevel resolution value. |
float |
Return Default text resolution. |
tuple of module constants |
Get the drawing mode (3d, front, and/or back) Gets the text3d's drawing modes. |
float |
Get the text3d's ext2 value. |
float |
Get the text3d's ext1 value. |
float |
Get the text3d's ext2 value. |
string |
Get the name of this Text3d object. |
float |
Get the text3d's shear value. |
float |
Get the text3d's size value. |
float |
Get the text3d's spacing value. |
string |
Get text string for this object |
Return whether UV coords are used for Texture mapping | |
float |
Get the Text3d's width value. |
float |
Get the text3d's Xoffset value. |
float |
Get the text3d's Yoffset value. |
PyNone |
Set the text3d's Alignment value. |
PyNone |
Set the Text3d's bevel resolution value. |
PyNone |
Sets Default text Resolution. |
PyNone |
Set the text3d's drawing mode. |
PyNone |
Set the text3d's ext2 value. |
PyNone |
Set the text3d's ext1 value. |
PyNone |
Set the text3d's ext2 value. |
Set the name of this Text3d object. | |
PyNone |
Set the text3d's shear value. |
PyNone |
Set the text3d's size value. |
PyNone |
Set the text3d's spacing value. |
Set the text string in this Text3d object | |
Set the font to use UV coords for Texture mapping | |
PyNone |
Set the Text3d's width value. |
PyNone |
Set the text3d's Xoffset value. |
PyNone |
Set the text3d's Yoffset value. |
Class Variable Summary | |
---|---|
filename : The filename of the file loaded into this Text. | |
mode : The follow_mode flag: if 1 it is 'on'; if 0, 'off'. | |
name : The Text3d name. | |
nlines : The number of lines in this Text. |
Method Details |
---|
getAlignment()Get the text3d's alignment value. Uses module constants
|
getBevelAmount()Get the Text3d's bevel resolution value.
|
getDefaultResolution()Return Default text resolution.
|
getDrawMode()Get the drawing mode (3d, front, and/or back) Gets the text3d's drawing modes. Uses module constants
|
getExtrudeBevelDepth()Get the text3d's ext2 value.
|
getgetExtrudeDepth()Get the text3d's ext1 value.
|
getLineSeparation()Get the text3d's ext2 value.
|
getName()Get the name of this Text3d object.
|
getShear()Get the text3d's shear value.
|
getSize()Get the text3d's size value.
|
getSpacing()Get the text3d's spacing value.
|
getText()Get text string for this object
|
getUVordco()Return whether UV coords are used for Texture mapping |
getWidth()Get the Text3d's width value.
|
getXoffset()Get the text3d's Xoffset value.
|
getYoffset()Get the text3d's Yoffset value.
|
setAlignment(align)Set the text3d's Alignment value. Uses module constants
|
setBevelAmount(bevelresol)Set the Text3d's bevel resolution value.
|
setDefaultResolution(resolu)Sets Default text Resolution.
|
setDrawMode(val)Set the text3d's drawing mode. Uses module constants
|
setExtrudeBevelDepth(ext2)Set the text3d's ext2 value.
|
setgetExtrudeDepth(ext1)Set the text3d's ext1 value.
|
setLineSeparation(sep)Set the text3d's ext2 value.
|
setName(name)Set the name of this Text3d object.
|
setShear(shear)Set the text3d's shear value.
|
setSize(size)Set the text3d's size value.
|
setSpacing(spacing)Set the text3d's spacing value.
|
setText(name)Set the text string in this Text3d object
|
setUVordco(val)Set the font to use UV coords for Texture mapping |
setWidth(width)Set the Text3d's width value.
|
setXoffset(xof)Set the text3d's Xoffset value.
|
setYoffset(yof)Set the text3d's Yoffset value.
|
Class Variable Details |
---|
filenameThe filename of the file loaded into this Text. |
modeThe follow_mode flag: if 1 it is 'on'; if 0, 'off'. |
nameThe Text3d name. |
nlinesThe number of lines in this Text. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Jun 13 15:31:22 2005 | http://epydoc.sf.net |