CreateEllipArc Method (IMathUtility)
Creates a mathematical elliptical Arc using the specified parameters.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateEllipArc( _
dsMathPoint* Center As MathPoint, _
dsMathVector* MajorAxis As MathVector, _
dsMathVector* MinorAxis As MathVector, _
double MajorRadius As System.Double, _
double MinorRadius As System.Double, _
double StartAngle As System.Double, _
double EndAngle As System.Double _
) As MathEllipArc |
Parameters
- Center
- Center point
- MajorAxis
- Major axis
- MinorAxis
- Minor axis
- MajorRadius
- Major radius
- MinorRadius
- Minor radius
- StartAngle
- Start angle
- EndAngle
- End angle
- EllipArc[out] or Return Value
- Mathematical elliptical Arc
Example
See Also
Availability
DraftSight V1R5.0