This document is archived and information here might be outdated. Recommended version. |
Angle formed by the incident segments over which a vertex related to these segments is reduced.
[Visual Basic .NET]
Public Property AngleThreshold As Double
[C#]
public double AngleThreshold {get; set;}
[C++]
HRESULT get_AngleThreshold(
double dAngle
);
[C++]
HRESULT put_AngleThreshold(
System.Double* dAngle
);
[C++] Parameters dAngle [in]
dAngle is a parameter of type double dAngle [out, retval]
dAngle is a parameter of type double*