PathEngine home previous: iFaceVertexMesh::vertexY()next: iFaceVertexMesh::vertices()
Contents, API Reference, Interfaces, iFaceVertexMesh, vertexZ

iFaceVertexMesh::vertexZ()

Description

Used to obtain vertex coordinates.

Syntax

float vertexZ(int32_t vertexIndex) const;

Parameters

vertexIndex The (zero-based) index of the vertex being queried. Must be greater than or equal to zero, and less than the value returned by vertices().

Return Value

The Z (vertical) coordinate for the specified vertex.

Remarks

Use vertexIndex() to obtain unique vertex indices for vertices in a face.

C# Mapping

float vertexZ(int vertexIndex);

Java Mapping

float vertexZ(int vertexIndex);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iFaceVertexMesh::vertices()