Defines the display options for the points which are out of intensity/elevation range.
Public Enum PointCloudDispOptionOutOfRange UseMinMaxColors UseRGBScanColors HidePoints End Enum
public enum PointCloudDispOptionOutOfRange { UseMinMaxColors, UseRGBScanColors, HidePoints }
|
Members |
Description |
|
UseMinMaxColors |
Uses maximum color in the color ramp for the points which are higher than the intensity/elevation range. Uses minimum color in the color ramp for the points which are lower than the intensity/elevation range. |
|
UseRGBScanColors |
Uses RGB scan colors for the points which are out of intensity/elevation range. |
|
HidePoints |
Hide points which are out of intensity/elevation range. |
| Comments? |