Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / GetIndividualSurfaces Method
Parent surface

In This Topic
    GetIndividualSurfaces Method
    In This Topic
    Subdivides a surface at knots of multiplicity equal to the order. Tabulated Surfaces are divided only along the U direction, Revolved Surfaces only in the V direction.
    Syntax
    'Declaration
     
    Protected Shared Function GetIndividualSurfaces( _
       ByVal current As Surface _
    ) As Surface()
    protected static Surface[] GetIndividualSurfaces( 
       Surface current
    )

    Parameters

    current
    Parent surface

    Return Value

    List of kids surfaces
    See Also