Solid Edge FrameworkSupport Type Library
GetArcAtIndex Method
Specifies the index of the arc for which you want location information. The index begins at zero.
Coordinates of the start point of the arc.
Coordinates of the start point of the arc.
Coordinates of the start point of the arc.
Coordinates of the midpoint of the arc.
Coordinates of the midpoint of the arc.
Coordinates of the midpoint of the arc.
Coordinates of the end point of the arc.
Coordinates of the end point of the arc.
Coordinates of the end point of the arc.
Description
This method returns location information for the specified arc.
Syntax
Visual Basic
Public Sub GetArcAtIndex( _
   ByVal Index As Long, _
   ByRef StartX As Double, _
   ByRef StartY As Double, _
   ByRef StartZ As Double, _
   ByRef MidX As Double, _
   ByRef MidY As Double, _
   ByRef MidZ As Double, _
   ByRef EndX As Double, _
   ByRef EndY As Double, _
   ByRef EndZ As Double _
) 
Parameters
Index
Specifies the index of the arc for which you want location information. The index begins at zero.
StartX
Coordinates of the start point of the arc.
StartY
Coordinates of the start point of the arc.
StartZ
Coordinates of the start point of the arc.
MidX
Coordinates of the midpoint of the arc.
MidY
Coordinates of the midpoint of the arc.
MidZ
Coordinates of the midpoint of the arc.
EndX
Coordinates of the end point of the arc.
EndY
Coordinates of the end point of the arc.
EndZ
Coordinates of the end point of the arc.
See Also

DisplayData Object  | DisplayData Members