Solid Edge FrameworkSupport Type Library
GetEllipseAtIndex Method
Specifies the index of the ellipse for which you want location information. The index begins at zero.
Specifies the x coordinate of the center point of the ellipse.
Specifies the y coordinate of the center point of the ellipse.
Specifies the z coordinate of the center point of the ellipse.
Specifies the x coordinate of the point where the major axis crosses the ellipse.
Specifies the y coordinate of the point where the major axis crosses the ellipse.
Specifies the z coordinate of the point where the major axis crosses the ellipse.
Specifes the x coordinate of the point where the minor axis crosses the ellipse.
Specifes the y coordinate of the point where the minor axis crosses the ellipse.
Specifes the z coordinate of the point where the minor axis crosses the ellipse.
Description
This method returns location information for the specified ellipse.
Syntax
Visual Basic
Public Sub GetEllipseAtIndex( _
   ByVal Index As Long, _
   ByRef CenterX As Double, _
   ByRef CenterY As Double, _
   ByRef CenterZ As Double, _
   ByRef MajorX As Double, _
   ByRef MajorY As Double, _
   ByRef MajorZ As Double, _
   ByRef MinorX As Double, _
   ByRef MinorY As Double, _
   ByRef MinorZ As Double _
) 
Parameters
Index
Specifies the index of the ellipse for which you want location information. The index begins at zero.
CenterX
Specifies the x coordinate of the center point of the ellipse.
CenterY
Specifies the y coordinate of the center point of the ellipse.
CenterZ
Specifies the z coordinate of the center point of the ellipse.
MajorX
Specifies the x coordinate of the point where the major axis crosses the ellipse.
MajorY
Specifies the y coordinate of the point where the major axis crosses the ellipse.
MajorZ
Specifies the z coordinate of the point where the major axis crosses the ellipse.
MinorX
Specifes the x coordinate of the point where the minor axis crosses the ellipse.
MinorY
Specifes the y coordinate of the point where the minor axis crosses the ellipse.
MinorZ
Specifes the z coordinate of the point where the minor axis crosses the ellipse.
See Also

DisplayData Object  | DisplayData Members