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

In This Topic
    DecomposeU Method
    In This Topic
    Decomposes the surface into Bézier patches in the U parametric direction.
    Syntax
    'Declaration
     
    Public Function DecomposeU() As Surface()
    public Surface[] DecomposeU()

    Return Value

    A list of surfaces.
    See Also