Flash CS3 Documentation |
|||
| Extending Flash > Objects > HalfEdge object > halfEdge.index | |||
Flash MX 2004.
halfEdge.index
Read-only property; an integer with a value of 0 or 1 that specifies the index for this HalfEdge object in the parent edge.
The following example displays the index value for the specified half edge in the Output panel:
var shape = fl.getDocumentDOM().selection[0]; var hEdge = shape.edges[0].getHalfEdge(0); var heIndex = hEdge.index;
Flash CS3
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/main/00004238.html