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