BlockReference.ExplodeDeep Method

Explodes the block reference recursively.
Public Function ExplodeDeep( _ 
ByVal blocks As BlockKeyedCollection, _ 
Optional ByVal keepTessellation As Boolean = false _ 
) As Entity()
This language is not supported or no code example is available.
public Entity[] ExplodeDeep( 
BlockKeyedCollection blocks
bool keepTessellation = false 
)
This language is not supported or no code example is available.

Parameters

blocks
BlockKeyedCollection

The block collection.

keepTessellation
bool

When true, the tessellation of the original entity is preserved.

Return Value

Entity[]

.NET Framework

Supported in: 4.8

In this article

Definition