Share

acdbResetPointCloudDataView Function

C++

ACDB_PORT Acad::ErrorStatus acdbResetPointCloudDataView(
    AcDbEntity* pEnt
);

File

AcPointCloud.h

Description

Clears the filter from the given entity.

Any filter added to a point cloud entity needs to be removed using this function.

Parameters

Parameters Description
pEnt The point cloud entity.

Returns

Acad::ErrorStatus

Was this information helpful?