CreateCircle Method (IMathUtility) Send Feedback
See Also  Example
CircArc[out]
Mathematical circular Arc defining a Circle
Center
Center point
Normal
Vector normal to the plane of the mathematical circular Arc
Radius
Radius
Creates a mathematical circular Arc defining a Circle with the specified center, normal, and radius.

Syntax

Visual Basic 
Function CreateCircle( _
   ByVal Center As MathPoint, _
   ByVal Normal As MathVector, _
   ByVal Radius As System.Double _
) As MathCircArc
C# 
MathCircArc CreateCircle( 
   MathPoint Center,
   MathVector Normal,
   System.double Radius
)
JavaScript 
CreateCircle( 
   Center : dsMathPoint,
   Normal : dsMathVector,
   Radius : Number
) : dsMathCircArc
COM native C++ 
HRESULT CreateCircle( 
   IMathPoint* Center,
   IMathVector* Normal,
   DOUBLE Radius,
   IMathCircArc** CircArc
) 
C++ 
DSRESULT CreateCircle( 
   dsMathPoint* Center,
   dsMathVector* Normal,
   double Radius,
   dsMathCircArc** CircArc
) 

Parameters

Center
Center point
Normal
Vector normal to the plane of the mathematical circular Arc
Radius
Radius
CircArc[out] or Return Value
Mathematical circular Arc defining a Circle

Example

 

See Also

Availability

DraftSight V1R5.0