Solid Edge FrameworkSupport Type Library
GetVertex Method
The index, relative to zero, of the vertex number in the object. This value must be between 0 and the number of vertices less one.
Coordinates of the specified vertex.
Coordinates of the specified vertex.
Coordinates of the specified vertex.
Description
Returns the coordinates of the referenced object based on a specified index.
Syntax
Visual Basic
Public Sub GetVertex( _
   ByVal Index As Long, _
   ByRef x As Double, _
   ByRef y As Double, _
   ByRef z As Double _
) 
Parameters
Index
The index, relative to zero, of the vertex number in the object. This value must be between 0 and the number of vertices less one.
x
Coordinates of the specified vertex.
y
Coordinates of the specified vertex.
z
Coordinates of the specified vertex.
See Also

WeldSymbol Object  | WeldSymbol Members