Class: QgsVectorLayerUndoPassthroughCommandChangeGeometry¶
Undo command for changing feature geometry from a vector layer in a transaction group.
Class Hierarchy¶
Base classes¶
Undo command for vector layer in a transaction group mode. |
|
Base class for undo commands within a |
|
- class qgis.core.QgsVectorLayerUndoPassthroughCommandChangeGeometry[source]¶
Bases:
QgsVectorLayerUndoPassthroughCommand
- __init__(buffer: QgsVectorLayerEditBuffer | None, fid: int, geom: QgsGeometry)
Constructor for QgsVectorLayerUndoPassthroughCommandChangeGeometry
- Parameters:
buffer (Optional[QgsVectorLayerEditBuffer]) – associated edit buffer
fid (int) – feature ID of feature to change
geom (QgsGeometry) – new geometru