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

int32_t getBurntInObstacleVertices(int32_t index) const;

Parameters

index This 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.

C# Mapping

int getBurntInObstacleVertices(int index);

Java Mapping

int getBurntInObstacleVertices(int index);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iMesh::getCellForEndOfLine()