Share

AcDbPointCloudEx::setIntensityOutOfRangeBehavior Method

C++

void setIntensityOutOfRangeBehavior(
    DispOptionOutOfRange dispOp
);

Description

Sets the display option for the points whose intensity are out of range. The default value is kUseRGBScanColors.

Parameters

Parameters Description
dispOp The display option to be set.

Links

AcDbPointCloudEx Class

Was this information helpful?