The maximum change in the surface normal between adjacent nodes in the mesh. This property is defined in degrees.
The minimum allowed value is 1.0 degrees. The maximum allowed value is 45.0 degrees. Default value is 15.0 degrees.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public double NormalTolerance { get; set; }
Property Value
DoubleExceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | When setting this property: The value normalTolerance is outside the allowable range of values for NormalTolerance tessellation parameter. |
InvalidOperationException | NormalTolerance tessellation parameter is default (hasn't been explicitly set by the user) and cannot be obtained now. |