Share

AcDbPointCloudEx::getReCapProject

C++

Autodesk::RealityComputing::Data::RCProject* getReCapProject() const;

Description

Returns a pointer to the read-only ReCap object which allows for direct access to the RCProject object.

Note: The RCProject* object returned should NOT be explicitly deleted by the caller.

If the point cloud is detached, the RCProject* object will become invalid.

Returns

RCProject pointer or nullptr if the point cloud was detached or is invalid.

Links

AcDbPointCloudEx Class

Was this information helpful?