Module NMesh :: Class NMEdge
[frames | no frames]

Class NMEdge


The NMEdge object

This object holds mesh edge data.
Class 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.

Class Variable Details

crease

The crease value of the edge. It is in the range [0,255].
Type:
int

flag

The bitmask describing edge properties. See NMesh.EdgeFlags.
Type:
int

v1

The first vertex of the edge.
Type:
NMVert

v2

The second vertex of the edge.
Type:
NMVert

Generated by Epydoc 2.1 on Mon Jun 13 15:31:23 2005 http://epydoc.sf.net