Workspace.IsolateInstances Method

Isolate a collection of entities by showing the others in a transparent state. Pass null to unset the isolated entities.
Public Sub IsolateInstances( _ 
ByVal instances As IReadOnlyList(Of Tuple(Of Stack(Of BlockReference), Entity)) _ 
)
This language is not supported or no code example is available.
public void IsolateInstances( 
IReadOnlyList<Tuple<Stack<BlockReference>, Entity>> instances 
)
This language is not supported or no code example is available.

Parameters

instances
IReadOnlyList<Tuple<Stack<BlockReference>, Entity>>

The entities instance 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