CreateEllipArc Method (IMathUtility)
Creates a mathematical elliptical Arc using the specified parameters.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateEllipArc( _
IMathPoint* Center As MathPoint, _
IMathVector* MajorAxis As MathVector, _
IMathVector* 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 |
COM native C++ | |
---|
HRESULT CreateEllipArc(
dsMathPoint* Center,
,
dsMathVector* MajorAxis,
,
dsMathVector* MinorAxis,
,
double MajorRadius,
,
double MinorRadius,
,
double StartAngle,
,
double EndAngle
,
IMathEllipArc** EllipArc
) |
C++ | |
---|
DSRESULT CreateEllipArc(
IMathPoint* Center,
,
IMathVector* MajorAxis,
,
IMathVector* MinorAxis,
,
DOUBLE MajorRadius,
,
DOUBLE MinorRadius,
,
DOUBLE StartAngle,
,
DOUBLE EndAngle
,
dsMathEllipArc** EllipArc
) |
Parameters
- Center
- Center point
- MajorAxis
- Major axis
- MinorAxis
- Minor axis
- MajorRadius
- Major radius
- MinorRadius
- Minor radius
- StartAngle
- Start angle
- EndAngle
- End angle
Parameters
- EllipArc[out] or Return Value
- Mathematical elliptical Arc
Example
See Also
Availability
DraftSight V1R5.0