CreateCircArc Method (IMathUtility) Send Feedback
See Also  Example
CircArc[out]
Mathematical circular Arc
Center
Center point of the mathematical circular Arc
Normal
Vector normal to the plane of the mathematical circular Arc
RefVector
Reference vector defining angle 0 of the mathematical circular Arc
Radius
Radius of the mathematical circular Arc
StartAngle
Start angle of the mathematical circular Arc
EndEngle
End angle of the mathematical circular Arc
Creates a mathematical circular Arc.

Syntax

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

Parameters

Center
Center point of the mathematical circular Arc
Normal
Vector normal to the plane of the mathematical circular Arc
RefVector
Reference vector defining angle 0 of the mathematical circular Arc
Radius
Radius of the mathematical circular Arc
StartAngle
Start angle of the mathematical circular Arc
EndEngle
End angle of the mathematical circular Arc
CircArc[out] or Return Value
Mathematical circular Arc

Example

 

See Also

Availability

DraftSight V1R5.0