Sizing
|
Calculates the equivalent diameter based on the specified profile type, width, and height.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
public double EquivalentDiameter(
ConnectorProfileType eShape,
double widthOrDiameter,
double height
)
Parameters
- eShape ConnectorProfileType
- The shape of the connector profile.
- widthOrDiameter Double
- The width or diameter of the connector.
- height Double
- The height of the connector.
Return Value
DoubleReturns the calculated equivalent diameter.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |