Solid Edge FrameworkSupport Type Library
InsertVertex 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 vertex to be inserted.
Coordinates of the vertex to be inserted.
Coordinates of the vertex to be inserted.
Description
Adds a vertex at a specified index causing indices of following vertices to increment by one.
Syntax
Visual Basic
Public Sub InsertVertex( _
   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 0 and the number of vertices less one.
x
Coordinates of the vertex to be inserted.
y
Coordinates of the vertex to be inserted.
z
Coordinates of the vertex to be inserted.
See Also

WeldSymbol Object  | WeldSymbol Members