Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / ConvertToSolid Method / ConvertToSolid() Method

In This Topic
    ConvertToSolid() Method
    In This Topic
    Converts this mesh to a %% object.
    Syntax
    'Declaration
     
    Public Overloads Function ConvertToSolid() As Solid
    public Solid ConvertToSolid()

    Return Value

    The resulting solid if the operation is successful, null/Nothing otherwise.
    See Also