Creates a mathematical elliptical Arc defining an Ellipse using the specified parameters.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateEllipse( _
IMathPoint* Center As MathPoint, _
IMathVector* MajorAxis As MathVector, _
IMathVector* MinorAxis As MathVector, _
DOUBLE MajorRadius As System.Double, _
DOUBLE MinorRadius As System.Double _
) As MathEllipArc |
Parameters
- Center
- Center point
- MajorAxis
- Major axis
- MinorAxis
- Minor axis
- MajorRadius
- Major radius
- MinorRadius
- Minor radius
Parameters
- EllipArc[out] or Return Value
- Mathematical elliptical Arc
See Also
Availability
DraftSight V1R5.0