PathEngine home previous: Interface iSolidObjectsnext: iSolidObjects::convexSolid_Point()
Contents, API Reference, Interfaces, iSolidObjects, convexSolid_Attribute

iSolidObjects::convexSolid_Attribute()

Description

Returns the number of points in a convex solid object.

Syntax

tSigned32 convexSolid_Points(tSigned32 convexSolidIndex) const;
        

Parameters

convexSolidIndex The (zero-based) index of the convex solid object being queried.
attributeIndex An index to specify the attribute being queried.

Return value

-1 indicates that the value of the queried attribute is undefined.
Otherwise the value of the queried attribute is returned.

For boolean attributes 0 is used to indicate false, and 1 to indicate true.

Remarks

Run-time face attributes may be specified for a solid object, and these will then be passed through into any parts of the resulting ground mesh generated from the solid object.


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