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

Class NMEdge

source code

The NMEdge object

This object holds mesh edge data.

Instance Variables [hide private]
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 [hide private]

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