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

In This Topic
    Decompose Method (Surface)
    In This Topic
    Decomposes the surface into Bézier patches.
    Syntax
    'Declaration
     
    Public Function Decompose() As Surface(,)
    public Surface[,] Decompose()

    Return Value

    A rectangular array of surfaces.
    See Also