Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid Class / ConvertToMesh Method
If true, the resulting meshes are welded immediately.

In This Topic
    ConvertToMesh Method (Solid)
    In This Topic
    Converts this solid into a mesh object.
    Syntax
    'Declaration
     
    Public Function ConvertToMesh( _
       Optional ByVal weldNow As Boolean _
    ) As Mesh
    public Mesh ConvertToMesh( 
       bool weldNow
    )

    Parameters

    weldNow
    If true, the resulting meshes are welded immediately.

    Return Value

    The resulting mesh object.
    See Also