Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / FaceSelectionAngle Property

In This Topic
    FaceSelectionAngle Property
    In This Topic
    Gets or sets the angle (in radians) used to discriminate adjacent triangles in the selection of the faces of Mesh and Solids.
    Syntax
    'Declaration
     
    Public Property FaceSelectionAngle As Double
    public double FaceSelectionAngle {get; set;}
    Remarks
    The default is 0.5 rad.
    See Also