Solid Edge FrameworkSupport Type Library
SetVertex Method
The index, relative to zero, of the vertex number in the object. This value must be between one and the number of vertices.
Specifies the new coordinates for the vertex.
Specifies the new coordinates for the vertex.
Specifies the new coordinates for the vertex.
Description
Sets the coordinates of an existing vertex of the referenced object.
Syntax
Visual Basic
Public Sub SetVertex( _
   ByVal Index As Long, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double _
) 
Parameters
Index
The index, relative to zero, of the vertex number in the object. This value must be between one and the number of vertices.
x
Specifies the new coordinates for the vertex.
y
Specifies the new coordinates for the vertex.
z
Specifies the new coordinates for the vertex.
See Also

WeldSymbol Object  | WeldSymbol Members