Rebar.GetCrankOffsetLength
Description:
Gets the crank offset length at the indicated bar end. If the crank lengths are overriden will return the overriden value. Otherwise will return the value from the RebarBarType for the existing Crank Type.
Gets the crank offset length at the indicated bar end. If the crank lengths are overriden will return the overriden value. Otherwise will return the value from the RebarBarType for the existing Crank Type.
public double GetCrankOffsetLength(
int end
)
-
Int32endThe bar end.
Return Value
Double
Returns the crank offset length.
-
end must be 0 or 1.
-
The bar does not have a valid Rebar Crank Type at the end.