Share

RebarBendData.BarModelDiameter Property

Defines the model diameter of the bar. The default value is 0.0. When this is changed, the CrankStraightLength0, CrankStraightLength1, CrankAnledLength0, CrankAnledLength1 will be recomputed.


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

Syntax

C#

public double BarModelDiameter { get; set; }

Property Value

Double

Exceptions

ExceptionCondition
ArgumentException When setting this property: The given value for barModelDiameter is not finite

See Also

Reference

Was this information helpful?