Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / Explode Method / Explode(Boolean) Method

In This Topic
    Explode(Boolean) Method
    In This Topic
    Recursively explodes all BlockReference objects and clears the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Explode( _
       Optional ByVal keepTessellation As Boolean _
    ) As Entity()
    public Entity[] Explode( 
       bool keepTessellation
    )

    Parameters

    keepTessellation

    Return Value

    The list of individual entities.
    Remarks
    Blocks dictionary is not automatically cleared.
    See Also