Environment.OpenCurrentBlock Method

Open CurrentBlock. The OriginSymbol and Grid are in the Block reference system.
Public Sub OpenCurrentBlock( _ 
Optional ByVal updateBoundingBox As Boolean = true _ 
)
This language is not supported or no code example is available.
public void OpenCurrentBlock( 
bool updateBoundingBox = true 
)
This language is not supported or no code example is available.

Parameters

updateBoundingBox
bool

If true, updates the scene bounding box. Set it to false for better performances in off-screen methods.

Remarks
 

When a Block is "open" only its entities are shown, the rest of the scene is hidden.

Entities are shown in the Block reference system, without the parents transformation.

.NET Framework

Supported in: 4.8

In this article

Definition