User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer3d.rotate_itgis_point3d

Table of Contents

IGIS_Viewer3D.Rotate method

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer3D.Rotate | Methods | Properties

Rotates the view by delta values expressed in radians.

Available also on: Python.

Syntax

// C#
public void Rotate(
  ITGIS_Point3D _delta
);
' VisualBasic
Public Sub Rotate(
  ByVal _delta As ITGIS_Point3D
)
// Oxygene
public
  procedure Rotate(
    _delta : ITGIS_Point3D
  );

Parameters

Name Type Description
_delta ITGIS_Point3D Rotation delta values.
2026/07/11 00:07

Page Tools