Contents, API Reference, Interfaces, iExpanded2DObstacles, getExpandShapeCoords
iExpanded2DObstacles::getExpandShapeCoords()
Description
Returns coordinates for the expand shape that was used to generate this object.
Syntax
void getExpandShapeCoords(iArrayReceiver<int32_t>& result) const; |
Parameters
Remarks
The shape coordinates are in x,y pairs, just as with the coordinate data passed in to
iPathEngine::newShape().
Note that the shape points may not be in the same order as the original newShape call, due to shape normalisation.
C# Mapping
void getExpandShapeCoords(out int[] result); |
Java Mapping
void getExpandShapeCoords(Object_OutArgument result);
|