PathEngine home previous: iContentProcessing3D::buildGround()next: iContentProcessing3D::deleteLoadedSnapshot()
Contents, API Reference, Interfaces, iContentProcessing3D, deleteHullsForVisualisation

iContentProcessing3D::deleteHullsForVisualisation()

Description

Deletes an object previously created by iContentProcessing3D::generateHullsForVisualisation().

Syntax

void
deleteHullsForVisualisation(
        iFaceVertexMesh* toDelete
        ) const;
        

Parameters

toDelete The object to delete.
Face vertex objects created on the application side must not be passed into this method, only objects that were previously created by iContentProcessing3D::generateHullsForVisualisation().

Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEnginenext: iContentProcessing3D::deleteLoadedSnapshot()