Defines the crop type. The crop type is the shape of the cropping region.
Public Enum PointCloudCropType Invalid Rectangular Polygonal Circular End Enum
public enum PointCloudCropType { Invalid, Rectangular, Polygonal, Circular }
Members |
Description |
Invalid |
Undefined type. |
Rectangular |
Rectangular type. |
Polygonal |
Polygonal type. |
Circular |
Circle type. |
Comments? |