CreateCircArcBy3Points Method (IMathUtility) Send Feedback
See Also 
CircArc[out]
Mathematical circular Arc
StartPoint
Start point
ThroughPoint
Through point
EndPoint
End point
Creates a mathematical circular Arc through the specified start, through, and end points.

Syntax

Visual Basic 
Function CreateCircArcBy3Points( _
   ByVal StartPoint As MathPoint, _
   ByVal ThroughPoint As MathPoint, _
   ByVal EndPoint As MathPoint _
) As MathCircArc
C# 
MathCircArc CreateCircArcBy3Points( 
   MathPoint StartPoint,
   MathPoint ThroughPoint,
   MathPoint EndPoint
)
JavaScript 
CreateCircArcBy3Points( 
   StartPoint : dsMathPoint,
   ThroughPoint : dsMathPoint,
   EndPoint : dsMathPoint
) : dsMathCircArc
COM native C++ 
HRESULT CreateCircArcBy3Points( 
   IMathPoint* StartPoint,
   IMathPoint* ThroughPoint,
   IMathPoint* EndPoint,
   IMathCircArc** CircArc
) 
C++ 
DSRESULT CreateCircArcBy3Points( 
   dsMathPoint* StartPoint,
   dsMathPoint* ThroughPoint,
   dsMathPoint* EndPoint,
   dsMathCircArc** CircArc
) 

Parameters

StartPoint
Start point
ThroughPoint
Through point
EndPoint
End point
CircArc[out] or Return Value
Mathematical circular Arc
 

See Also

Availability

DraftSight V1R5.0