EntityList.Explode (Boolean) Method

Recursively explodes all BlockReference objects and clears the collection.
Public Function Explode( _ 
Optional ByVal keepTessellation As Boolean = false _ 
) As Entity()
This language is not supported or no code example is available.
public Entity[] Explode( 
bool keepTessellation = false 
)
This language is not supported or no code example is available.

Parameters

keepTessellation
bool

Return Value

Entity[]

The list of individual entities.

Remarks
 
Environment.Blocks dictionary is not automatically cleared.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition