Share

Rebar.GetCrankRatio Method

Gets the crank ratio at the indicated bar end.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public double GetCrankRatio(
	int end
)

Parameters

end  Int32
The bar end.

Return Value

Double
Returns the crank ratio.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException end must be 0 or 1.
InvalidOperationException The bar does not have a valid Rebar Crank Type at the end.

Remarks

The crank slope is 1/crankRatio. If the crank lengths are overriden will return the overriden value. Otherwise will return the value from the RebarBarType for the existing Crank Type.

See Also

Reference

Was this information helpful?