User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_shape.getsnappoint3d_tgis_point3d_double_double

Table of Contents

TGIS_Shape.GetSnapPoint3D method

DK11 for Python | tatukgis.pdk.TGIS_Shape.GetSnapPoint3D | Constructors | Methods | Properties

Retrieving a snap point in 3D.

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
def GetSnapPoint3D(
  self,
  _ptg: TGIS_Point3D,
  _prec: float,
  _dist: VarParameter
) -> TGIS_Point3D: 

Parameters

Name Type Description
_ptg TGIS_Point3D point for which we are seeking a snap point ;
_prec float snapping precision; only points closer to _ptg then _prec can be found ;
_dist float achieved precision

Result

Type Description
TGIS_Point3D Found snap point. If such point cannot be localized then same as _ptg.

Remarks

Snap point is the best point in the shape for which we can perform snapping.

2023/08/09 01:59

Page Tools