InsertArcByCenter2Points2 Method (ISketchManager) Send Feedback
See Also 
CircleArc[out]
Arc
CenterPoint
Center point of the Arc
FirstPoint
Start point of the Arc
SecondPoint
End point of the Arc (see Remarks)
Constructs an Arc using the specified center, start, and end points.

Syntax

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

Parameters

CenterPoint
Center point of the Arc
FirstPoint
Start point of the Arc
SecondPoint
End point of the Arc (see Remarks)
CircleArc[out] or Return Value
Arc

Remarks

SecondPoint specifies the end angle; thus, the end point does not have to be same as SecondPoint.
 

See Also

Availability

DraftSight V1R3.0