Method Summary |
PyNone
|
appendNurb (new_point)
add a new curve to this Curve. |
PyNone
|
appendPoint (numcurve,
new_control_point)
add a new control point to the indicated curve. |
float
|
getBevresol ()
Get the Curve's bevel resolution value. |
list of floats
|
getControlPoint (numcurve,
numpoint)
Get the curve's control point value. |
float
|
getExt1 ()
Get the Curve's ext1 value. |
float
|
getExt2 ()
Get the Curve's ext2 value. |
a list of 3 floats.
|
getLoc ()
Get the curve's location value. |
list of Material Objects
|
getMaterials ()
Returns a list of materials assigned to the Curve. |
int
|
getMode ()
Get the Curve mode value. |
string
|
getName ()
Get the name of this Curve Data object. |
int
|
getPathLen ()
Get this Curve's path length. |
float
|
getResolu ()
Get the Curve's U-resolution value. |
float
|
getResolv ()
Get the Curve's V-resolution value. |
a list of 3 floats.
|
getRot ()
Get the curve's rotation value. |
a list of 3 floats.
|
getSize ()
Get the curve's size value. |
int
|
getTotcol ()
Get the number of materials linked to the Curve. |
float
|
getWidth ()
Get the Curve's width value. |
integer
|
isNurb (curve_num)
method used to determine whether a CurNurb is of type Bezier or of
type Nurb. |
PyNone
|
setBevresol (bevelresol)
Set the Curve's bevel resolution value. |
PyNone
|
setControlPoint (numcurve,
numpoint,
controlpoint)
Set the Curve's controlpoint value. |
PyNone
|
setExt1 (ext1)
Set the Curve's ext1 value. |
PyNone
|
setExt2 (ext2)
Set the Curve's ext2 value. |
PyNone
|
setLoc (location)
Set the curve's location value. |
PyNone
|
setMode (val)
Set the Curve mode value. |
PyNone
|
setName (name)
Set the name of this Curve Data object. |
PyNone
|
setPathLen (len)
Set this Curve's path length. |
PyNone
|
setResolu (resolu)
Set the Curve's U-resolution value. |
PyNone
|
setResolv (resolv)
Set the Curve's V-resolution value. |
PyNone
|
setRot (rotation)
Set the Curve's rotation value. |
PyNone
|
setSize (size)
Set the curve size value. |
PyNone
|
setTotcol (totcol)
Set the number of materials linked to the Curve. |
PyNone
|
setWidth (width)
Set the Curve's width value. |
PyNone
|
update ()
Updates display list for a Curve. |
Class Variable Summary |
|
bevresol : The Curve Data bevel resolution. |
|
ext1 : The Curve Data extent 1(for bevels). |
|
ext2 : The Curve Data extent2 (for bevels). |
|
flag : The Curve Data flag value; see function getFlag for the semantics. |
|
loc : The Curve Data location(from the center). |
|
name : The Curve Data name. |
|
pathlen : The Curve Data path length. |
|
resolu : The Curve Data U-resolution. |
|
resolv : The Curve Data V-resolution. |
|
rot : The Curve Data rotation(from the center). |
|
size : The Curve Data size(from the center). |
|
totcol : The Curve Data maximal number of linked materials. |
|
width : The Curve Data width. |