Share

AcDbPointCloudEx::getNativeCloudExtent Method

C++

void getNativeCloudExtent(
    AcDbExtents& extents
) const;

Description

Returns the non-translated native 3D extent of the point cloud in ECS, which is taken from point cloud data file directly.

Parameters

Parameters Description
extents The non-translated native 3D extent of the point cloud in ECS.

Links

AcDbPointCloudEx Class

Was this information helpful?