PathEngine home previous: iSolidObjects::convexSolid_Attribute()next: iSolidObjects::convexSolid_Points()
Contents, API Reference, Interfaces, iSolidObjects, convexSolid_Point

iSolidObjects::convexSolid_Point()

Description

Returns the coordinates of a point in a convex solid object.

Syntax

void convexSolid_Point(tSigned32 convexSolidIndex, tSigned32 pointIndex, tSigned32& x, tSigned32& y, tSigned32& z) const;
        

Parameters

convexSolidIndex The (zero-based) index of the convex solid object being queried.
x Returns the point's x coordinate.
y Returns the point's y coordinate.
z Returns the point's z coordinate.

Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEnginenext: iSolidObjects::convexSolid_Points()