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

iMesh::saveBackgroundUnobstructedSpaceFor()

Description

Saves unobstructed space to persistent storage.

Syntax

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

Parameters

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

Requirements

Unobstructed space must be present for this shape on this mesh.

Remarks

Equivalent to iMesh::saveUnobstructedSpaceFor() but for background unobstructed space.

C# Mapping

void saveBackgroundUnobstructedSpaceFor(Shape shape, OutputStream os);

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