Share

AcDbPointCloudEx::setAllRegionHighlight Method

C++

void setAllRegionHighlight(
    bool bHighlight, 
    bool bIncludeUnassignedPoints = false
);

Description

Sets whether all regions in the point cloud entity are highlighted. There is a separate value in this method for points that are not assigned to any region.

Parameters

Parameters Description
bHighlight true : highlights regions false : unhighlights regions
bIncludeUnassignedPoints true : operation will affect unassigned points ; false : operation will *NOT* affect unassigned points ;

Links

AcDbPointCloudEx Class

Was this information helpful?