| Visual Basic | |
|---|---|
Function InsertEllipseDistanceToOtherAxis( _ ByVal X1 As System.Double, _ ByVal Y1 As System.Double, _ ByVal X2 As System.Double, _ ByVal Y2 As System.Double, _ ByVal DistanceToOtherAxis As System.Double _ ) As EllipseArc | |
| C# | |
|---|---|
EllipseArc InsertEllipseDistanceToOtherAxis( System.double X1, System.double Y1, System.double X2, System.double Y2, System.double DistanceToOtherAxis ) | |
| JavaScript | |
|---|---|
InsertEllipseDistanceToOtherAxis( X1 : Number, Y1 : Number, X2 : Number, Y2 : Number, DistanceToOtherAxis : Number ) : dsEllipseArc | |
| COM native C++ | |
|---|---|
HRESULT InsertEllipseDistanceToOtherAxis( DOUBLE X1, DOUBLE Y1, DOUBLE X2, DOUBLE Y2, DOUBLE DistanceToOtherAxis, IEllipseArc** EllipseArc ) | |
| C++ | |
|---|---|
DSRESULT InsertEllipseDistanceToOtherAxis( double X1, double Y1, double X2, double Y2, double DistanceToOtherAxis, dsEllipseArc** EllipseArc ) | |
Parameters
- X1
- x coordinate of first axis end point
- Y1
- y coordinate of first axis end point
- X2
- x coordinate of second axis end point
- Y2
- y coordinate of second axis end point
- DistanceToOtherAxis
- Radius of the perpendicular axis
- EllipseArc[out] or Return Value
- Ellipse
Construct Ellipses and Elliptical Arcs (C#)
Construct Ellipses and Elliptical Arcs (VB.NET)
Construct Ellipses and Elliptical Arcs (VBA)
Construct Ellipses and Elliptical Arcs (VB.NET)
Construct Ellipses and Elliptical Arcs (VBA)
ISketchManager Interface
ISketchManager Members
ISketchManager::InsertEllipseRotation Method
ISketchManager::InsertEllipseArcDistanceToOtherAxis Method
ISketchManager Members
ISketchManager::InsertEllipseRotation Method
ISketchManager::InsertEllipseArcDistanceToOtherAxis Method
DraftSight V1R1.1
Syntax