| PathEngine home | previous: | next: |
Returns the number of points in a convex solid object.
tSigned32 convexSolid_Points(tSigned32 convexSolidIndex) const;
|
| convexSolidIndex |
The (zero-based) index of the convex solid object being queried. | ||
| attributeIndex |
An index to specify the attribute being queried. |
-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.
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 PathEngine | next: |