Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / GroundPlaneDistance Property

In This Topic
    GroundPlaneDistance Property
    In This Topic
    Gets or sets the distance between the ground plane and the model's bounding box expressed as a fraction of the model height.
    Syntax
    'Declaration
     
    Public Property GroundPlaneDistance As Double
    public double GroundPlaneDistance {get; set;}
    Remarks
    This distance is use to compute the plane used by the planar reflections and the planar shadows
    See Also