IntelliCAD 11.1 Object Library
AddCircle3pt Method
See Also 
Point1

A Point object representing the first point of the circle.

Point2

A Point object representing the second point of the circle.

Point3

A Point object representing the third point of the circle.

PaperSpace Collection : AddCircle3pt Method

Description

Adds a Circle given the 3 points on circumference.

Syntax

Visual Basic
Public Function AddCircle3pt( _
   ByVal Point1 As Point, _
   ByVal Point2 As Point, _
   ByVal Point3 As Point _
) As Circle

Parameters

Point1

A Point object representing the first point of the circle.

Point2

A Point object representing the second point of the circle.

Point3

A Point object representing the third point of the circle.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.