| Visual Basic | |
|---|---|
Function CreateEllipArc( _ ByVal Center As MathPoint, _ ByVal MajorAxis As MathVector, _ ByVal MinorAxis As MathVector, _ ByVal MajorRadius As System.Double, _ ByVal MinorRadius As System.Double, _ ByVal StartAngle As System.Double, _ ByVal EndAngle As System.Double _ ) As MathEllipArc | |
| C# | |
|---|---|
MathEllipArc CreateEllipArc( MathPoint Center, MathVector MajorAxis, MathVector MinorAxis, System.double MajorRadius, System.double MinorRadius, System.double StartAngle, System.double EndAngle ) | |
| JavaScript | |
|---|---|
CreateEllipArc( Center : dsMathPoint, MajorAxis : dsMathVector, MinorAxis : dsMathVector, MajorRadius : Number, MinorRadius : Number, StartAngle : Number, EndAngle : Number ) : dsMathEllipArc | |
| COM native C++ | |
|---|---|
HRESULT CreateEllipArc( IMathPoint* Center, IMathVector* MajorAxis, IMathVector* MinorAxis, DOUBLE MajorRadius, DOUBLE MinorRadius, DOUBLE StartAngle, DOUBLE EndAngle, IMathEllipArc** EllipArc ) | |
| C++ | |
|---|---|
DSRESULT CreateEllipArc( dsMathPoint* Center, dsMathVector* MajorAxis, dsMathVector* 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
- EllipArc[out] or Return Value
- Mathematical elliptical Arc
Create and Transform Mathematical Elliptical Arc (C#)
Create and Transform Mathematical Elliptical Arc (VB.NET)
Create and Transform Mathematical Elliptical Arc (VBA)
Create and Transform Mathematical Elliptical Arc (VB.NET)
Create and Transform Mathematical Elliptical Arc (VBA)
DraftSight V1R5.0
Syntax