Solid Edge FrameworkSupport Type Library
AddVertex Method
Double that specify the coordinates of the new vertex to be added to the object.
Double that specify the coordinates of the new vertex to be added to the object.
Double that specify the coordinates of the new vertex to be added to the object.
Description
Creates a vertex at the end of the object.
Syntax
Visual Basic
Public Sub AddVertex( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double _
) 
Parameters
x
Double that specify the coordinates of the new vertex to be added to the object.
y
Double that specify the coordinates of the new vertex to be added to the object.
z
Double that specify the coordinates of the new vertex to be added to the object.
See Also

WeldSymbol Object  | WeldSymbol Members