Solid Edge Assembly Type Library
SetEndTreatment Method
Specifies whether to set information about the end treatment at the start of the tube or at the end of the tube. A value of True specifies to set information for the end treatment at the start of the tube; a value of False specifies to set information for the end treatment at the end of the tube. The start of the tube is dictated by the direction of the first segment passed into the TubeSegments array.
Specifies the type of the specified end treatment. Valid values are members of the TubeEndTreatmentTypeConstants constant set.
Specifies the value of the inside diameter of the specified end treatment.
Specifies the value of the outside diameter of the specified end treatment.
Specifies the value of the depth of the specified end treatment.
Specifies the value of the radius of the specified end treatment.
Specifies the value of the angle of the specified end treatment.
Description
Sets end treatment information for the referenced Tube object.
Syntax
Visual Basic
Public Sub SetEndTreatment( _
   ByVal StartOrEnd As Boolean, _
   Optional ByVal EndTreatmentType As Variant, _
   Optional ByVal InsideDiameter As Variant, _
   Optional ByVal OutsideDiameter As Variant, _
   Optional ByVal Depth As Variant, _
   Optional ByVal Radius As Variant, _
   Optional ByVal Angle As Variant _
) 
Parameters
StartOrEnd
Specifies whether to set information about the end treatment at the start of the tube or at the end of the tube. A value of True specifies to set information for the end treatment at the start of the tube; a value of False specifies to set information for the end treatment at the end of the tube. The start of the tube is dictated by the direction of the first segment passed into the TubeSegments array.
EndTreatmentType
Specifies the type of the specified end treatment. Valid values are members of the TubeEndTreatmentTypeConstants constant set.
InsideDiameter
Specifies the value of the inside diameter of the specified end treatment.
OutsideDiameter
Specifies the value of the outside diameter of the specified end treatment.
Depth
Specifies the value of the depth of the specified end treatment.
Radius
Specifies the value of the radius of the specified end treatment.
Angle
Specifies the value of the angle of the specified end treatment.
See Also

Tube Object  | Tube Members

Send comments on this topic.