Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / SplitDisjoint Method

In This Topic
    SplitDisjoint Method
    In This Topic
    Divides into separate objects meshes that do not connect, but are still one object.
    Syntax
    'Declaration
     
    Public Function SplitDisjoint() As Mesh()
    public Mesh[] SplitDisjoint()

    Return Value

    The resulting Mesh objects.
    See Also