InsertArcByCenter2Points Method (ISketchManager) Send Feedback
See Also 
CircleArc[out]
Arc
CenterPointsDblArray
Array of doubles for the center point of the Arc
FirstPointsDblArray
Array of doubles for the start point of the Arc
SecondPointsDblArray
Array of doubles for the end point of the Arc
Obsolete. Superseded by ISketchManager::InsertArcByCenter2Points.

Syntax

Visual Basic 
Function InsertArcByCenter2Points( _
   ByVal CenterPointsDblArray As System.Object, _
   ByVal FirstPointsDblArray As System.Object, _
   ByVal SecondPointsDblArray As System.Object _
) As CircleArc
C# 
CircleArc InsertArcByCenter2Points( 
   System.object CenterPointsDblArray,
   System.object FirstPointsDblArray,
   System.object SecondPointsDblArray
)
JavaScript 
InsertArcByCenter2Points( 
   CenterPointsDblArray : Array,
   FirstPointsDblArray : Array,
   SecondPointsDblArray : Array
) : dsCircleArc
COM native C++ 
HRESULT InsertArcByCenter2Points( 
   VARIANT CenterPointsDblArray,
   VARIANT FirstPointsDblArray,
   VARIANT SecondPointsDblArray,
   ICircleArc** CircleArc
) 
C++ 
DSRESULT InsertArcByCenter2Points( 
   const dsDoubleArray& CenterPointsDblArray,
   const dsDoubleArray& FirstPointsDblArray,
   const dsDoubleArray& SecondPointsDblArray,
   dsCircleArc** CircleArc
) 

Parameters

CenterPointsDblArray
Array of doubles for the center point of the Arc
FirstPointsDblArray
Array of doubles for the start point of the Arc
SecondPointsDblArray
Array of doubles for the end point of the Arc
CircleArc[out] or Return Value
Arc
 

See Also

Availability

DraftSight V1R2.0