Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / SmoothingAngle Property

In This Topic
    SmoothingAngle Property (Mesh)
    In This Topic
    Gets or sets the angular value (in radians) used by normal averaging and sharp edges calculation.
    Syntax
    'Declaration
     
    Public Property SmoothingAngle As Double
    public double SmoothingAngle {get; set;}
    See Also