Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / RegenParams Class / Angle Property

In This Topic
    Angle Property (RegenParams)
    In This Topic
    Gets or sets the maximum angular deflection in radians, ignored when zero.
    Syntax
    'Declaration
     
    Public Property Angle As Double
    public double Angle {get; set;}
    Remarks
    This setting dictates the minimum number of facets around a smaller circle or cylinder regardless of the Deviation setting, and gives you added control over faces with very small radii. Lower values result in finer tessellations, while higher values give coarser tessellations.
    See Also