Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / PointCloud Class
Members

In This Topic
    PointCloud Class
    In This Topic

    Point cloud entity. Depending on the types of vertices can assume different configurations, see table below:

    devDept.Geometry.Point3D devDept.Geometry.PointRGB
    Plain Multicolor

    Syntax
    'Declaration
     
    Public Class PointCloud 
       Inherits Entity
       Implements IEntitydevDept.Eyeshot.ISelectableItem 
    public class PointCloud : Entity, IEntitydevDept.Eyeshot.ISelectableItem  
    Inheritance Hierarchy

    System.Object
       devDept.Eyeshot.Entities.Entity
          devDept.Eyeshot.Entities.PointCloud

    See Also