Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / SmoothTriangleSurrogate Class
Members

In This Topic
    SmoothTriangleSurrogate Class
    In This Topic
    Defines the devDept.Geometry.SmoothTriangle surrogate.
    Syntax
    'Declaration
     
    Public Class SmoothTriangleSurrogate 
       Inherits IndexTriangleSurrogate
    public class SmoothTriangleSurrogate : IndexTriangleSurrogate 
    Inheritance Hierarchy

    System.Object
       devDept.Serialization.Surrogate<T>
          devDept.Serialization.IndexLineSurrogate
             devDept.Serialization.IndexTriangleSurrogate
                devDept.Serialization.SmoothTriangleSurrogate
                   devDept.Serialization.ColorSmoothTriangleSurrogate
                   devDept.Serialization.RichSmoothTriangleSurrogate

    See Also