2027 Method
Changes 0
M

Rebar.ContainsValidArcRadiiForStyleAndBarType

Description:
Checks that all arcs in the chain of curves have radii that are not less than minimum bend radius for bar type and style
public static bool ContainsValidArcRadiiForStyleAndBarType(
	IList<Curve> curves,
	RebarStyle style,
	RebarBarType barType
)
  • IList<Curve>
    curves
    An array of curves intended to define the shape of the rebar curves. Bends, hooks and cranks should not be included in the array of curves.
  • style
    The usage of the bar, "standard" or "stirrup/tie".
  • barType
    A RebarBarType element that defines bar diameter, bend radius and material of the rebar.
Return Value Boolean Returns true if all arc bend radii are not less than minimum bend radius for bar type and style