Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / CompositeCurve Class / Explode Method
If true, propagates the attributes of the composite curve (ColorMethod, Color, MaterialName, LineTypeMethod, LineTypeName, LineWeightMethod, LineWeight) to the exploded curves

In This Topic
    Explode Method (CompositeCurve)
    In This Topic
    Returns the list of curves as array of entities.
    Syntax
    'Declaration
     
    Public Function Explode( _
       Optional ByVal propagateAttributes As Boolean _
    ) As Entity()
    public Entity[] Explode( 
       bool propagateAttributes
    )

    Parameters

    propagateAttributes
    If true, propagates the attributes of the composite curve (ColorMethod, Color, MaterialName, LineTypeMethod, LineTypeName, LineWeightMethod, LineWeight) to the exploded curves
    See Also