Skip to main content

flywave-terrain-datasource.groundmodificationmanager.removemodification

Home > @flywave/flywave-terrain-datasource > GroundModificationManager > removeModification

GroundModificationManager.removeModification() method

Removes a modification by ID

This method removes a ground modification from the manager by its ID. It updates the spatial index and dispatches a change event.

Signature:

removeModification(id: string): boolean;

Parameters

Parameter

Type

Description

id

string

ID of the modification to remove

Returns:



boolean

true if found and removed, false otherwise