<Code Lib>
M

SizingCalculator.EquivalentDiameter

Description:
Calculates the equivalent diameter based on the specified profile type, width, and height.

public double EquivalentDiameter(
	ConnectorProfileType eShape,
	double widthOrDiameter,
	double height
)

  • eShape
    The shape of the connector profile.
  • Double
    widthOrDiameter
    The width or diameter of the connector.
  • Double
    height
    The height of the connector.
Return Value Double Returns the calculated equivalent diameter.

Loading…