Rebar.SetCrankStraightLengthOverride
Description:
Sets the crank straight length at the indicated bar end as an override value.
Sets the crank straight length at the indicated bar end as an override value.
Remarks:
When the crank straight length is set, the crank ratio is keeping the same value. The offset length and angled length are adjusted.
When the crank straight length is set, the crank ratio is keeping the same value. The offset length and angled length are adjusted.
public void SetCrankStraightLengthOverride(
int end,
double crankStraightLength
)
-
Int32endThe bar end.
-
DoublecrankStraightLengthThe crank straigth length.
-
end must be 0 or 1.
-
The bar does not have a valid Rebar Crank Type at the end. -or- The ability to override crank lengths is not enabled for this rebar instance. Use enableCrankLengthOverride(true) to enable it.