PointCloudItem
Represents a single item in a point cloud. A PointCloud item always has a location, but it has an optional normal vector and color.
Inheritance Hierarchy
System.Object
Rhino.Geometry.PointCloudItem
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public class PointCloudItem
The PointCloudItem type exposes the following members.
Properties
Name
Description
Public Property
Color
Gets or sets the color of this point cloud item. If this point cloud item does not have a color, System.Drawing.Color.Black is returned.
Public Property
Hidden
Gets or sets the hidden flag of this point cloud item. If this point cloud item does not have a hidden flag, false is returned.
Public Property
Index
Gets the index of this point cloud item.
Public Property
Location
Gets or sets the location of this point cloud item.
Public Property
Normal
Gets or sets the normal vector for this point cloud item. If this point cloud item does not have a normal vector, Vector3d.Unset is returned.
Public Property
PointValue
Gets or set the extra value of this point cloud item. The extra value can be used to store a user-defined value, such as intensity. If this point cloud item does not have an extra value, RhinoMath.UnsetValue is returned.
Public Property
X
Gets or sets the X component of this point cloud item location.
Public Property
Y
Gets or sets the Y component of this point cloud item location.
Public Property
Z
Gets or sets the Z component of this point cloud item location.
Methods
Name
Description
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected Method
Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected Method
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)