PathEngine home previous: iSolidObjectsBuilder::setAttribute()next: Interface iRenderGeometry
Contents, API Reference, Interfaces, iSolidObjectsBuilder, startSolid

iSolidObjectsBuilder::startSolid()

Description

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

Syntax

void startSolid();

Remarks

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

C# Mapping

void startSolid();

Java Mapping

void startSolid();

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