Enum PointCurvatureType
Declares valid data types for a point cloud's curvature data.
Namespace: Fusee.PointCloud.Common.Accessors
Assembly: Fusee.PointCloud.Common.dll
Syntax
public enum PointCurvatureType
  Fields
| Name | Description | 
|---|---|
| Byte | A point cloud point has a curvature value of type System.Byte.  | 
      
| Double | A point cloud point has a curvature value of type System.Double.  | 
      
| Float | A point cloud point has a curvature value of type System.Single.  | 
      
| Int | A point cloud point has a curvature value of type System.Int32.  | 
      
| Long | A point cloud point has a curvature value of type System.Int64.  | 
      
| None | A point cloud without a curvature.  | 
      
| SByte | A point cloud point has a curvature value of type System.SByte.  | 
      
| Short | A point cloud point has a curvature value of type System.Int16.  | 
      
| Uint | A point cloud point has a curvature value of type System.UInt32.  | 
      
| ULong | A point cloud point has a curvature value of type System.UInt64.  | 
      
| UShort | A point cloud point has a curvature value of type System.UInt16.  |