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

In This Topic
    Clone Method (Solid3D.Face)
    In This Topic
    Creates a deep copy of this Face.
    Syntax
    'Declaration
     
    Public Overridable Function Clone() As Object
    public virtual object Clone()

    Return Value

    The new face object.
    See Also