PathEngine home previous: iPathEngine::hasRefs()next: iPathEngine::largeStaticObstacleShapeIsValid()
Contents, API Reference, Interfaces, iPathEngine, largeStatic2DObstacleShapeIsValid

iPathEngine::largeStatic2DObstacleShapeIsValid()

Description

Checks whether coordinates are valid for iMesh::placeLargeStatic2DObstacle().

Syntax

bool largeStatic2DObstacleShapeIsValid(int32_t const * shapeCoordinates_Buffer, uint32_t shapeCoordinates_BufferEntries);

Parameters

shapeCoordinates_Buffer, shapeCoordinates_BufferEntries (See Passing Arrays.) A sequence of x and y coordinate value pairs for the shape.

Return Value

Returns true if the shape is valid, otherwise false.

C# Mapping

bool largeStatic2DObstacleShapeIsValid(int[] shapeCoordinates);

Java Mapping

boolean largeStatic2DObstacleShapeIsValid(int[] shapeCoordinates);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iPathEngine::largeStaticObstacleShapeIsValid()