Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / PointCloud.natureType Enumeration

In This Topic
    PointCloud.natureType Enumeration
    In This Topic
    Point cloud nature type.
    Syntax
    'Declaration
     
    Public Enum PointCloud.natureType 
       Inherits System.Enum
    public enum PointCloud.natureType : System.Enum 
    Members
    MemberDescription
    Multicolor Multicolor, one color for each point.
    Plain Plain, all the points of the same color.
    Undefined Not yet defined
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.Entities.PointCloud.natureType

    See Also