Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D.Face Class / ConvertToSurface Method
The Solid3D object (when available) to copy attributes like color, layer, etc.

In This Topic
    ConvertToSurface Method (Solid3D.Face)
    In This Topic
    Convert this face in one or more parametric surfaces.
    Syntax
    'Declaration
     
    Public Function ConvertToSurface( _
       Optional ByVal parent As Entity _
    ) As Surface()
    public Surface[] ConvertToSurface( 
       Entity parent
    )

    Parameters

    parent
    The Solid3D object (when available) to copy attributes like color, layer, etc.

    Return Value

    The resulting array of surface objects.
    See Also