A positive real number specifying the minimum allowed value for the external angle between two adjacent triangles, in radians.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public double MinExternalAngleBetweenTriangles { get; set; }
Property Value
DoubleExceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: The given value for minExternalAngleBetweenTriangles must be greater than 0 and no more than 30000 feet. |
