Class PointCloudMember
Class representing a point contained in a point cloud.
Inherited Members
Namespace: Paramdigma.Core.Spatial
Assembly: Paramdigma.Core.dll
Syntax
public class PointCloudMember : BasePoint
Properties
| Improve this Doc View SourceColor
Gets or sets the color at this point.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color | The current color if set, defaults to white. |