Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / FrustumParams Class / Frustum Property

In This Topic
    Frustum Property
    In This Topic
    Gets or sets the six planes surrounding the selection area.
    Syntax
    'Declaration
     
    Public Property Frustum As PlaneEquation()
    public PlaneEquation[] Frustum {get; set;}
    See Also