PathEngine home previous: iExpanded2DObstacles::addExternalRef()next: iExpanded2DObstacles::hasRefs()
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

result (See Passing Arrays.) Returns the shape coordinates.

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);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iExpanded2DObstacles::hasRefs()