Solid Edge Assembly Type Library
Add Method
Specifies the beginning point of the arc.
Specifies the ending point of the arc.
Specifies a point on the plane that contains the arc.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByRef StartPoint() As Double, _
   ByRef EndPoint() As Double, _
   ByRef PlanePoint() As Double _
) As ArcSegment
Parameters
StartPoint
Specifies the beginning point of the arc.
EndPoint
Specifies the ending point of the arc.
PlanePoint
Specifies a point on the plane that contains the arc.
See Also

ArcSegments Collection  | ArcSegments Members

Send comments on this topic.