Environment.RemoveJittering (String) Method

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.
Public Function RemoveJittering( _ 
Optional ByVal blockName As String = null _ 
) As BlockReference
This language is not supported or no code example is available.
public BlockReference RemoveJittering( 
string blockName = null 
)
This language is not supported or no code example is available.

Parameters

blockName
string

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

Return Value

BlockReference

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.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition