Share

AcDbPointCloudEx::detectPointBelonger Method

C++

Acad::ErrorStatus detectPointBelonger(
    const AcGePoint3d& ptInWCS, 
    AcString& scanGuid, 
    Adesk::UInt16& segmentIndex
) const;

Description

Given a point in WCS, get the belonging scan and segment index that contains this point.

Parameters

Parameters Description
ptInWCS Input point in world coordinates.
scanGuid Output the scan GUID that contains this point.
segmentIndex Output the index of the segment that contains this point.

Links

AcDbPointCloudEx Class

Was this information helpful?