PathEngine home previous: iMesh::saveBackgroundUnobstructedSpaceFor()next: iMesh::saveGround()
Contents, API Reference, Interfaces, iMesh, saveConnectedRegionPreprocessFor

iMesh::saveConnectedRegionPreprocessFor()

Description

Saves connected region preprocess to persistent storage.

Syntax

void saveConnectedRegionPreprocessFor(const iShape& shape, iOutputStream& os) const;

Parameters

shape The shape for which preprocess should be saved.
os An output stream to save the preprocess to.

Requirements

Connected region preprocess must be present for this shape on this mesh.

Remarks

Use this method in conjunction with iMesh::loadConnectedRegionPreprocessFor() to avoid spending time generating preprocess each time a mesh is loaded.

See Also

Interface iOutputStream, iMesh::generateConnectedRegionPreprocessFor()

C# Mapping

void saveConnectedRegionPreprocessFor(Shape shape, OutputStream os);

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