PathEngine home previous: iMesh::shapeHasCombinedUnobstructedSpace()next: iMesh::shapeHasPathfind6Preprocess()
Contents, API Reference, Interfaces, iMesh, shapeHasConnectedRegionPreprocess

iMesh::shapeHasConnectedRegionPreprocess()

Description

A helper function for checking whether connected region preprocess is present for a given shape.

Syntax

bool shapeHasConnectedRegionPreprocess(const iShape& shape) const;

Parameters

shape Check if connected region preprocess is present for this shape.

Return Value

true, if connected region preprocess is present for the shape, otherwise false.

See Also

iMesh::generateConnectedRegionPreprocessFor(), iMesh::shapeCanCollide()

C# Mapping

bool shapeHasConnectedRegionPreprocess(Shape shape);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iMesh::shapeHasPathfind6Preprocess()