Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / Grid Class / ComputeAutomaticSize Method
The minimum point of the scene
The maximum point of the scene
The grid extension factor

In This Topic
    ComputeAutomaticSize Method
    In This Topic
    Computes the automatic grid size.
    Syntax
    'Declaration
     
    Protected Overridable Sub ComputeAutomaticSize( _
       ByVal boxMin As Point3D, _
       ByVal boxMax As Point3D, _
       ByVal extensionFactor As Double _
    ) 
    protected virtual void ComputeAutomaticSize( 
       Point3D boxMin,
       Point3D boxMax,
       double extensionFactor
    )

    Parameters

    boxMin
    The minimum point of the scene
    boxMax
    The maximum point of the scene
    extensionFactor
    The grid extension factor
    Remarks
    Override this method to provide a different scene box or extension.
    See Also