Flash MX 2004.
halfEdge.getEdge()
None.
An Edge object.
Method; gets the Edge object for the HalfEdge object. See Edge object.
The following example illustrates getting an edge and a half edge for the specified shape:
var shape = fl.getDocumentDOM().selection[0]; var hEdge = shape.edges[0].getHalfEdge(0); var edge = hEdge.getEdge();