DK11 for Python | tatukgis.pdk.TGIS_Shape.StrokeArc | Overloads | Constructors | Methods | Properties
Add to the current shape a series of points forming elliptical arc.
# Python def StrokeArc( self, _center: TGIS_Point3D, _radiusA: float, _radiusB: float, _start: float, _stop: float, _rotation: float ) -> None:
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 ) |