Determines the bending diameter of the wire.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public double BendDiameter { get; set; }
Property Value
DoubleThe value should be positive.
Exceptions
Exception | Condition |
---|---|
ArgumentException | When setting this property: The given value for bendDiameter is not a number |
ArgumentOutOfRangeException | When setting this property: The bending diameter bendDiameter is negative. |