Share

AcDbPointCloudEx::setElevationApplyToFixedRange Method

C++

void setElevationApplyToFixedRange(
    bool val
);

Description

Sets whether or not the elevation range updates dynamically as the extents of the limit box change. The default value is true.

Parameters

Parameters Description
val true: the color range is fixed by user's input for each elevation. false: the color range is dynamically changed based on the extents of limit box.

Links

AcDbPointCloudEx Class

Was this information helpful?