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

iSolidObjectsBuilder::setAttribute()

Description

(Optionally) sets an attribute for the convex solid currently being built.

Syntax

void setAttribute(int32_t attributeType, int32_t attributeValue);

Parameters

attributeType An integer value specifying the type of the attribute being set.
attributeValue The value to set the specified attribute to, for the specified face.

Remarks

This method will only be called, by PathEngine, when attribute values are non-zero.

Attributes which are not set explicitly with this method should then default to zero.

C# Mapping

void setAttribute(int attributeType, int attributeValue);

Java Mapping

void setAttribute(int attributeType, int attributeValue);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iSolidObjectsBuilder::startSolid()