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

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

    Return Value

    A list of surfaces.
    See Also