Eyeshot 10 WinForms API Reference
RemoveJittering(String) Method

WinForms Assembly > devDept.Eyeshot Namespace > ViewportLayout Class > RemoveJittering Method : RemoveJittering(String) Method
The name of the block that will contain the selected entities.
Creates a block with the selected Entities, computes the center of their bounding box, translates them all of the negative of that quantity and returns a BlockReference to that block.
Syntax
'Declaration
 
Public Overloads Function RemoveJittering( _
   Optional ByVal blockName As String _
) As BlockReference
public BlockReference RemoveJittering( 
   string blockName
)

Parameters

blockName
The name of the block that will contain the selected entities.

Return Value

The blockReference referring to the created block.
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

Reference

ViewportLayout Class
ViewportLayout Members
Overload List