Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D.Face Class / ConvertToMesh Method
The desired Mesh nature
Parent entity
When true, skips the edges computation.

In This Topic
    ConvertToMesh Method (Solid3D.Face)
    In This Topic
    Converts current face tessellation to Mesh.
    Syntax
    'Declaration
     
    Public Function ConvertToMesh( _
       Optional ByVal meshNature As Mesh.natureType, _
       Optional ByVal parent As Entity, _
       Optional ByVal skipEdges As Boolean _
    ) As Mesh
    public Mesh ConvertToMesh( 
       Mesh.natureType meshNature,
       Entity parent,
       bool skipEdges
    )

    Parameters

    meshNature
    The desired Mesh nature
    parent
    Parent entity
    skipEdges
    When true, skips the edges computation.

    Return Value

    The resulting Mesh object.
    See Also