All Cadcorp SIS API Methods

BulgeTo Method

Description

Draws an arc from the current drawing position, through an angle, to an end point.

The arc is appended to the current LineString sequence, started by the last MoveTo, and extended using BezierTo, LineTo, or this method.

Syntax

Visual Basic
Public Function BulgeTo( _
   ByVal angle As Double, _
   ByVal x As Double, _
   ByVal y As Double _
) As Integer

Parameters

angle
the arc angle in radians
x
the x coordinate of the end point
y
the y coordinate of the end point

Remarks

The current drawing position will move to the end of the arc after calling this method.

Available: GEO D OD OM SISpy

Group:

Example

sis.BulgeTo (4, 20, 10)