Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Entities Namespace / Solid Class / SmoothingAngle Property

In This Topic
    SmoothingAngle Property (Solid)
    In This Topic
    Gets or sets the angle in radians that determines solid sharp edges.
    Syntax
    'Declaration
     
    Public Property SmoothingAngle As Double
    public double SmoothingAngle {get; set;}
    Remarks
    You may need to call Viewport.Entities.Regen() to see the effect of this command.
    See Also