Solid Edge Assembly Type Library
OuterDiameter Property
Description
Sets and returns the outer diameter of the referenced Tube object.
Property type
Read-write property
Syntax
Visual Basic
Public Property OuterDiameter As Double
Remarks
f the UsesGlobalOuterDiameter property on the Tube object is True, OuterDiameter returns the value of the global outer diameter. If the UsesGlobalOuterDiameter property on the Tube object is False, it implies that the referenced Tube has an overridden outer diameter that may or may not be different from the global. If this value is set, it implies that we are breaking the associative connection between the Tube and the global outer diameter variable, if there was such a connection before setting the value. To reinstate this associative link, set the UseGlobalOuterDiameter property on the Tube object to True.
See Also

Tube Object  | Tube Members

Send comments on this topic.