Contents, API Reference, Interfaces, iMesh, promoteBackgroundPreprocessFor
iMesh::promoteBackgroundPreprocessFor()
Description
Promotes background preprocess generated for the specified shape to main preprocess, with this then taking effect for any subsequent queries.
Syntax
void promoteBackgroundPreprocessFor(const iShape& shape); |
Parameters
| shape | |
Background preprocess generated for this shape will be promoted.
|
Remarks
Any preprocess present for the shape when this is called will be cleared and then replaced by the corresponding background preprocess elements (if any).
The background preprocess elements are moved to main preprocess slots, effectively, and the background preprocess slots will be clear after this call.
C# Mapping
void promoteBackgroundPreprocessFor(Shape shape); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | | next: iMesh::refGround() |