Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / SmoothTriangle Class
Members

In This Topic
    SmoothTriangle Class
    In This Topic
    Mesh smooth triangle definition.
    Syntax
    'Declaration
     
    Public Class SmoothTriangle 
       Inherits IndexTriangle
       Implements ITriangleSupportsNormals 
    public class SmoothTriangle : IndexTriangle, ITriangleSupportsNormals  
    Inheritance Hierarchy

    System.Object
       devDept.Geometry.IndexLine
          devDept.Geometry.IndexTriangle
             devDept.Geometry.SmoothTriangle
                devDept.Geometry.ColorSmoothTriangle
                devDept.Geometry.RichSmoothTriangle

    See Also