PathEngine home previous: iFaceVertexBuilder::setFaceAttribute()next: Interface iSolidObjectsBuilder
Contents, API Reference, Interfaces, iFaceVertexBuilder, startMesh

iFaceVertexBuilder::startMesh()

Description

Informs the builder that calls to addVertex() and so on will follow, for a new mesh.

Syntax

void startMesh();

Remarks

This method will be called before any other methods, for the first mesh being built, as well as before other methods for any additional meshes built after that.

Note that vertex and face indices will then start from zero, once again, and indices cannot be used to refer to vertices or faces in previously built meshes.

C# Mapping

void startMesh();

Java Mapping

void startMesh();

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: Interface iSolidObjectsBuilder