InsertArcBy3Points Method (ISketchManager) Send Feedback
See Also 
CircleArc[out]
Arc
FirstPoint
First point for the Arc
SecondPoint
Second point for the Arc
ThirdPoint
Third point for the Arc
Constructs an Arc using the specified three points.

Syntax

Visual Basic 
Function InsertArcBy3Points( _
   ByVal FirstPoint As MathPoint, _
   ByVal SecondPoint As MathPoint, _
   ByVal ThirdPoint As MathPoint _
) As CircleArc
C# 
CircleArc InsertArcBy3Points( 
   MathPoint FirstPoint,
   MathPoint SecondPoint,
   MathPoint ThirdPoint
)
JavaScript 
InsertArcBy3Points( 
   FirstPoint : dsMathPoint,
   SecondPoint : dsMathPoint,
   ThirdPoint : dsMathPoint
) : dsCircleArc
COM native C++ 
HRESULT InsertArcBy3Points( 
   IMathPoint* FirstPoint,
   IMathPoint* SecondPoint,
   IMathPoint* ThirdPoint,
   ICircleArc** CircleArc
) 
C++ 
DSRESULT InsertArcBy3Points( 
   dsMathPoint* FirstPoint,
   dsMathPoint* SecondPoint,
   dsMathPoint* ThirdPoint,
   dsCircleArc** CircleArc
) 

Parameters

FirstPoint
First point for the Arc
SecondPoint
Second point for the Arc
ThirdPoint
Third point for the Arc
CircleArc[out] or Return Value
Arc
 

See Also

Availability

DraftSight V1R3.0