Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / RemoveJittering Method / RemoveJittering(BlockReference) Method
The blockreference name of the block that will contain the selected entities.

In This Topic
    RemoveJittering(BlockReference) Method
    In This Topic
    Gets the blockreference entities, computes the center of their bounding box, translates them all of the negative of that quantity and translates the blockreference back to the original position.
    Syntax
    'Declaration
     
    Public Overloads Sub RemoveJittering( _
       ByVal blockReference As BlockReference _
    ) 
    public void RemoveJittering( 
       BlockReference blockReference
    )

    Parameters

    blockReference
    The blockreference name of the block that will contain the selected entities.
    Remarks
    When the entities are very far from the origin their appearance on screen may become very compromised, and the camera may shake badly when moving/rotating the view. To fix this issue you can select these entities and call this method.
    See Also