DK11 for Python | tatukgis.pdk.TGIS_EditorSnapPointEvent | Classes | Prototypes
Event to call a custom snap routine.
Available also on: Delphi.
# Python # It is a pseudo-prototype for method. Used only for documentation purposes. def TGIS_EditorSnapPointEvent( self, _sender: TObject, _ptg: TGIS_Point3D, _prec: float, _proj: VarParameter, _dist: VarParameter ) -> None:
Name | Type | Description |
---|---|---|
_sender | TObject | who rises the event |
_ptg | TGIS_Point3D | point |
_prec | float | precision |
_proj | TGIS_Point3D | projected point |
_dist | float | distance |