InsertEllipseDistanceToOtherAxis Method (ISketchManager)
Constructs an Ellipse using the specified axes end points and the radius of the perpendicular axis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertEllipseDistanceToOtherAxis( _
DOUBLE X1 As System.Double, _
DOUBLE Y1 As System.Double, _
DOUBLE X2 As System.Double, _
DOUBLE Y2 As System.Double, _
DOUBLE DistanceToOtherAxis As System.Double _
) As EllipseArc |
C# | |
---|
EllipseArc InsertEllipseDistanceToOtherAxis(
System.double X1,
System.double Y1,
System.double X2,
System.double Y2,
System.double DistanceToOtherAxis
) |
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
Parameters
- EllipseArc[out] or Return Value
- Ellipse
Example
See Also
Availability
DraftSight V1R1.1