onModelGeometryChanged Readonly
onModelGeometryChanged: BeEvent<(changes: ReadonlyArray<ModelIdAndGeometryGuid>) => void> = ...
Event raised after the geometry within one or more GeometricModelStates is modified by applying a changeset or validation of a transaction. A model's geometry can change as a result of:
- Insertion or deletion of a geometric element within the model; or
- Modification of an existing element's geometric properties; or
- An explicit request to flag it as changed via IModelDb.Models.updateModel.
Defined in
Last Updated: 13 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.