User Tools

Site Tools


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

Table of Contents

TGIS_Shape.StrokeArc(TGIS_Point3D, float, float, float, float, float) method

DK11 for Python | tatukgis.pdk.TGIS_Shape.StrokeArc | Overloads | Constructors | Methods | Properties

Add to the current shape a series of points forming elliptical arc.

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

Syntax

# Python
def StrokeArc(
  self,
  _center: TGIS_Point3D,
  _radiusA: float,
  _radiusB: float,
  _start: float,
  _stop: float,
  _rotation: float
) -> None: 

Parameters

Name Type Description
_center TGIS_Point3D center of arc
_radiusA float first radius of ellipse
_radiusB float second radius of ellipse
_start float angle of a start position; for full ellipse set to 0
_stop float angle of the end position; for full ellipse set to 2Pi
_rotation float initial rotation; 0 means position GisPoint( _center.X + _radiusA, _center.Y + 0 )
2023/08/09 01:59

Page Tools