PathEngine home previous: iMesh::getBurntInObstacleVertex()next: iMesh::getCellForEndOfLine()
Contents, API Reference, Interfaces, iMesh, getBurntInObstacleVertices

iMesh::getBurntInObstacleVertices()

Description

Returns the number of vertices in the burnt in obstacle at the given index.

Syntax

tSigned32 getBurntInObstacleVertices(tSigned32 index) const;

Parameters

indexThis must be a positive integer less than the value returned by iMesh::getNumberOfBurntInObstacles().

Return Value

The number of vertices for the burnt in obstacle at the specified index.

Remarks

The obstacle index supplied here is only an iteration mechanism - no persistent mapping between indices and obstacles should be assumed.


Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEnginenext: iMesh::getCellForEndOfLine()