Home | Trees | Index | Help |
|
---|
Module NMesh :: Class NMEdge |
|
Instance Variable Summary | |
---|---|
int | crease : The crease value of the edge. |
int | flag : The bitmask describing edge properties. |
NMVert | v1 : The first vertex of the edge. |
NMVert | v2 : The second vertex of the edge. |
Instance Variable Details |
---|
creaseThe crease value of the edge. It is in the range [0,255].
|
flagThe bitmask describing edge properties. SeeNMesh.EdgeFlags .
|
v1The first vertex of the edge.
|
v2The second vertex of the edge.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu May 10 20:31:59 2007 | http://epydoc.sf.net |