RebarContainsValidArcRadiiForStyleAndBarType Method |
Checks that all arcs in the chain of curves have radii that are not less than minimum bend radius for bar type and style
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static bool ContainsValidArcRadiiForStyleAndBarType(
IList<Curve> curves,
RebarStyle style,
RebarBarType barType
)
Public Shared Function ContainsValidArcRadiiForStyleAndBarType (
curves As IList(Of Curve),
style As RebarStyle,
barType As RebarBarType
) As Boolean
public:
static bool ContainsValidArcRadiiForStyleAndBarType(
IList<Curve^>^ curves,
RebarStyle style,
RebarBarType^ barType
)
static member ContainsValidArcRadiiForStyleAndBarType :
curves : IList<Curve> *
style : RebarStyle *
barType : RebarBarType -> bool
Parameters
- curves IListCurve
-
An array of curves intended to define the shape of the rebar curves.
Bends and hooks should not be included in the array of curves.
- style RebarStyle
-
The usage of the bar, "standard" or "stirrup/tie".
- barType RebarBarType
-
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
Exceptions
See Also