Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / Decompose Method

In This Topic
    Decompose Method (Curve)
    In This Topic
    Decomposes the curve into Bézier segments.
    Syntax
    'Declaration
     
    Public Function Decompose() As Curve()
    public Curve[] Decompose()

    Return Value

    A list of curves.
    See Also