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

iMesh::shapeHasCombinedUnobstructedSpace()

Description

A helper function for checking whether combined unobstructed space is present for a given shape.

Syntax

bool shapeHasCombinedUnobstructedSpace(const iShape& shape) const;

Parameters

shape Check if unobstructed space is present for this shape, and was built with the 'combined' argument turned on.

Return Value

true, if unobstructed space is present for the shape, and was built with the 'combined' argument turned on, otherwise false.

Remarks

This method can be used to check if unobstructed space has been generated for a given shape in such a way that pathfind or connected regions preprocess can be generated based on that unobstructed space.

See Also

iMesh::generateUnobstructedSpaceFor()

C# Mapping

bool shapeHasCombinedUnobstructedSpace(Shape shape);

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