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

iSolidObjects::convexSolid_Points()

Description

Returns the number of points in a convex solid object.

Syntax

int32_t convexSolid_Points(int32_t convexSolidIndex) const;

Parameters

convexSolidIndex The (zero-based) index of the convex solid being queried. Must be greater than or equal to zero, and less than the value returned by numberOfConvexSolids().

Return Value

The number of convex solid objects represented.

C# Mapping

int convexSolid_Points(int convexSolidIndex);

Java Mapping

int convexSolid_Points(int convexSolidIndex);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iSolidObjects::numberOfConvexSolids()