Home | Trees | Index | Help |
|
---|
Module Mesh :: Class MEdge |
|
Method Summary | |
---|---|
MVert |
Iterator for MEdge. |
Instance Variable Summary | |
---|---|
int | crease : The crease value of the edge. |
int | flag : The bitfield describing edge properties. |
int | index : The edge's index within the mesh. |
MVert | v1 : The first vertex of the edge. |
MVert | v2 : The second vertex of the edge. |
Method Details |
---|
__iter__()Iterator for MEdge. It iterates over the MVerts of the edge, returning v1 then v2.
|
Instance Variable Details |
---|
creaseThe crease value of the edge. It is in the range [0,255].
|
flagThe bitfield describing edge properties. SeeEdgeFlags .
|
indexThe edge's index within the mesh. Read-only.
|
v1The first vertex of the edge.
|
v2The second vertex of the edge.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Dec 22 22:38:12 2005 | http://epydoc.sf.net |