Solid Edge Assembly Type Library
AddSegment Method
Specifies the Segment object to be added to the wire path.
Specifies the status of the wire path after the segment addition. Valid values are members of the TubeSegmentAdditionStatusConstants constant set.
Description
Adds a segment.
Syntax
Visual Basic
Public Sub AddSegment( _
   ByVal Segment As Object, _
   ByRef Status As TubeSegmentAdditionStatusConstants _
) 
Parameters
Segment
Specifies the Segment object to be added to the wire path.
Status
ValueDescription
seTubeSegmentAdditionStatusFailedDisjoint
seTubeSegmentAdditionStatusFailedSplit
seTubeSegmentAdditionStatusFailedUnknownReason
seTubeSegmentAdditionStatusSucceeded
Specifies the status of the wire path after the segment addition. Valid values are members of the TubeSegmentAdditionStatusConstants constant set.
Remarks
This method adds a line segment, arc, or curve segment to the referenced WirePath object.
See Also

WirePath Object  | WirePath Members