Workspace.IsolateBlocks Method

Isolate a collection of blocks by showing the others in a transparent state. Pass null to unset the isolated blocks.
Public Sub IsolateBlocks( _ 
ByVal blocks As IReadOnlyCollection(Of Block) _ 
)
This language is not supported or no code example is available.
public void IsolateBlocks( 
IReadOnlyCollection<Block> blocks 
)
This language is not supported or no code example is available.

Parameters

blocks
IReadOnlyCollection<Block>

The blocks to isolate

Exception type Condition

EyeshotException

Throw when a BlockReference is set as current.

Remarks
 
This method is useful to focus on a part of the model while still seeing the rest of the scene in a transparent state.

.NET Framework

Supported in: 4.7.2

In this article

Definition