SizingCalculator.EquivalentDiameter
Description:
Calculates the equivalent diameter based on the specified profile type, width, and height.
Calculates the equivalent diameter based on the specified profile type, width, and height.
public double EquivalentDiameter(
ConnectorProfileType eShape,
double widthOrDiameter,
double height
)
-
eShapeThe shape of the connector profile.
-
DoublewidthOrDiameterThe width or diameter of the connector.
-
DoubleheightThe height of the connector.
Return Value
Double
Returns the calculated equivalent diameter.
-
A value passed for an enumeration argument is not a member of that enumeration