IntelliCAD 11.1 Object Library
AddArc3pt Method
See Also 
BeginPoint

A Point object representing the starting point of the arc.

MidPoint

A Point object representing the midpoint of the arc.

EndPoint

A Point object representing the endpoint of the arc.

Block Collection : AddArc3pt Method

Description

Adds a Circle given the start point, point on arc and end point.

Syntax

Visual Basic
Public Function AddArc3pt( _
   ByVal BeginPoint As Point, _
   ByVal MidPoint As Point, _
   ByVal EndPoint As Point _
) As Arc

Parameters

BeginPoint

A Point object representing the starting point of the arc.

MidPoint

A Point object representing the midpoint of the arc.

EndPoint

A Point object representing the endpoint of the arc.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.