User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_editorsnappointevent_tobject_tgis_point3d_double_tgis_point3d_double

Table of Contents

TGIS_EditorSnapPointEvent prototype

DK11 for Python | tatukgis.pdk.TGIS_EditorSnapPointEvent | Classes | Prototypes

Event to call a custom snap routine.

Available also on: Delphi.

Syntax

# 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: 

Parameters

Name Type Description
_sender TObject who rises the event
_ptg TGIS_Point3D point
_prec float precision
_proj TGIS_Point3D projected point
_dist float distance
2023/08/09 02:00

Page Tools