Solid Edge Assembly Type Library
RemoveSegment Method
A Segment object that specifies the portion of the tube that is to be removed.
Specifies whether or not the method was successful. Valid values are members of the TubeSegmentRemovalStatusConstants constant set.
Description
Removes a segment from the referenced Tube object.
Syntax
Visual Basic
Public Sub RemoveSegment( _
   ByVal TubeSegment As Object, _
   ByRef Status As TubeSegmentRemovalStatusConstants _
) 
Parameters
TubeSegment
A Segment object that specifies the portion of the tube that is to be removed.
Status
ValueDescription
seTubeSegmentRemovalStatusFailedDueToDisjoint
seTubeSegmentRemovalStatusFailedNotPartOfTube
seTubeSegmentRemovalStatusFailedUnknownReason
seTubeSegmentRemovalStatusSucceeded
Specifies whether or not the method was successful. Valid values are members of the TubeSegmentRemovalStatusConstants constant set.
See Also

Tube Object  | Tube Members

Send comments on this topic.