InsertCircleBy3Points Method (ISketchManager) Send Feedback
See Also 
Circle[out]
Circle
FirstPoint
First point
SecondPoint
Second point
ThirdPoint
Third point
Constructs a Circle using the specified three points.

Syntax

Visual Basic 
Function InsertCircleBy3Points( _
   ByVal FirstPoint As MathPoint, _
   ByVal SecondPoint As MathPoint, _
   ByVal ThirdPoint As MathPoint _
) As Circle
C# 
Circle InsertCircleBy3Points( 
   MathPoint FirstPoint,
   MathPoint SecondPoint,
   MathPoint ThirdPoint
)
JavaScript 
InsertCircleBy3Points( 
   FirstPoint : dsMathPoint,
   SecondPoint : dsMathPoint,
   ThirdPoint : dsMathPoint
) : dsCircle
COM native C++ 
HRESULT InsertCircleBy3Points( 
   IMathPoint* FirstPoint,
   IMathPoint* SecondPoint,
   IMathPoint* ThirdPoint,
   ICircle** Circle
) 
C++ 
DSRESULT InsertCircleBy3Points( 
   dsMathPoint* FirstPoint,
   dsMathPoint* SecondPoint,
   dsMathPoint* ThirdPoint,
   dsCircle** Circle
) 

Parameters

FirstPoint
First point
SecondPoint
Second point
ThirdPoint
Third point
Circle[out] or Return Value
Circle
 

See Also

Availability

DraftSight V1R3.0