Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / ConvertToSolid Method
The maximum deviation, zero for current tessellation.
The maximum angular deflection, ignored when zero.

In This Topic
    ConvertToSolid Method (Surface)
    In This Topic
    Converts this Surface to a Mesh object.
    Syntax
    'Declaration
     
    Public Function ConvertToSolid( _
       Optional ByVal deviation As Double, _
       Optional ByVal angle As Double _
    ) As Solid
    public Solid ConvertToSolid( 
       double deviation,
       double angle
    )

    Parameters

    deviation
    The maximum deviation, zero for current tessellation.
    angle
    The maximum angular deflection, ignored when zero.

    Return Value

    The resulting Solid object.
    See Also