MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 290

Extending flash
Table of Contents

Advertisement

Usage
halfEdge.getEdge()
Parameters
None.
Returns
An
Edge
object.
Description
Method; gets the Edge object for the HalfEdge object. See
Edge
object.
Example
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();
halfEdge.getNext()
Availability
Flash MX 2004.
Usage
halfEdge.getNext()
Parameters
None.
Returns
A HalfEdge object.
Description
Method; gets the next half edge on the current contour.
Although half edges have a direction and a sequence order, edges do not.
290
Objects

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents