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

In This Topic
    ConvertToSolid Method (Solid3D)
    In This Topic
    Converts this Solid3D to Solid using the specified tolerance.
    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