Solid Edge Assembly Type Library
GetEndTreatment Method
Specifies whether to return information about the end treatment at the start of the tube or at the end of the tube. A value of True specifies to return information for the end treatment at the start of the tube; a value of False specifies to return 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.
Returns the type of the specified end treatment. Valid values are members of the TubeEndTreatmentTypeConstants constant set.
Returns the value of the inside diameter of the specified end treatment.
Returns the value of the outside diameter of the specified end treatment.
Returns the value of the depth of the specified end treatment.
Returns the value of the radius of the specified end treatment.
Returns the value of the angle of the specified end treatment.
Description
Returns end treatment information for the referenced Tube object.
Syntax
Visual Basic
Public Sub GetEndTreatment( _
   ByVal StartOrEnd As Boolean, _
   Optional ByRef EndTreatmentType As Variant, _
   Optional ByRef InsideDiameter As Variant, _
   Optional ByRef OutsideDiameter As Variant, _
   Optional ByRef Depth As Variant, _
   Optional ByRef Radius As Variant, _
   Optional ByRef Angle As Variant _
) 
Parameters
StartOrEnd
Specifies whether to return information about the end treatment at the start of the tube or at the end of the tube. A value of True specifies to return information for the end treatment at the start of the tube; a value of False specifies to return 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
Returns the type of the specified end treatment. Valid values are members of the TubeEndTreatmentTypeConstants constant set.
InsideDiameter
Returns the value of the inside diameter of the specified end treatment.
OutsideDiameter
Returns the value of the outside diameter of the specified end treatment.
Depth
Returns the value of the depth of the specified end treatment.
Radius
Returns the value of the radius of the specified end treatment.
Angle
Returns the value of the angle of the specified end treatment.
See Also

Tube Object  | Tube Members

Send comments on this topic.