| PathEngine home | previous: | next: |
Used to check whether edge pieces can actually be connected,
before actually calling
bool edgesCanConnect(tSigned32 connectingEdgeOnThis, iContentChunkInstance* targetInstance, tSigned32 connectingEdgeOnTarget) const; |
| connectingEdgeOnThis |
The index of the connecting edge (in this instance) to be matched at one side of the connection. (Must be non-negative and less than the value returned by | ||
| targetInstance |
The content chunk instance for the other side of the connection.
(Can be this instance.) | ||
| connectingEdgeOnTarget |
The index of the connecting edge (in the target instance) to be matched at the other side of the connection. (Must be non-negative and less than the value returned by |
Note that the exact constraints applied here (i.e. in the case of explicit edge to edge connection management) differ slightly from the constraints applied if edge to edge connection is deferred until the actual 2D content processing step.
| Documentation for PathEngine release 5.17 - Copyright © 2002-2008 PathEngine | next: |