Contents, API Reference, Interfaces, iMesh, releaseBackgroundUnobstructedSpaceFor
iMesh::releaseBackgroundUnobstructedSpaceFor()
Description
Releases unobstructed space previously generated by generateBackgroundUnobstructedSpaceFor().
Syntax
void releaseBackgroundUnobstructedSpaceFor(const iShape& shape); |
Parameters
| shape | |
Background unobstructed space previously generated for this shape will be released.
|
Remarks
It's ok to call this if there is no background unobstructed space present for the specified shape.
In this case the call will have no effect.
If background connected region or pathfind preprocess have been generated then this will also be released.
C# Mapping
void releaseBackgroundUnobstructedSpaceFor(Shape shape); |