Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / MergeFaces Method

In This Topic
    MergeFaces Method
    In This Topic
    Merges coplanar faces when possible.
    Syntax
    'Declaration
     
    Public Function MergeFaces() As Integer
    public int MergeFaces()

    Return Value

    then number of the removed faces after merge. -1 if an error occured.
    Remarks
    Rebuild() method could be necessary before to call this.
    See Also