Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / BlockReference Class / Explode Method
The Blocks collection
If true, the colorMethodType.byParentColorMethod, LineTypeMethod and LineWeightMethod are resolved propagating the BlockReference properties
When true, the tessellation of the original entity is preserved.
The current devDept.Eyeshot.ViewportLayout instance.

In This Topic
    Explode Method (BlockReference)
    In This Topic
    Returns the block reference individual entity list.
    Syntax
    'Declaration
     
    Public Function Explode( _
       ByVal blocks As BlockKeyedCollection, _
       Optional ByVal resolveByParent As Boolean, _
       Optional ByVal keepTessellation As Boolean, _
       Optional ByVal viewportLayout As ViewportLayout _
    ) As Entity()

    Parameters

    blocks
    The Blocks collection
    resolveByParent
    If true, the colorMethodType.byParentColorMethod, LineTypeMethod and LineWeightMethod are resolved propagating the BlockReference properties
    keepTessellation
    When true, the tessellation of the original entity is preserved.
    viewportLayout
    The current devDept.Eyeshot.ViewportLayout instance.

    Return Value

    The list of individual entities.
    See Also