API Reference > OdRx Classes > OdRxRcsFileServices Class > OdRxRcsFileServices Methods > OdRxRcsFileServices::readRcpFile Method
OdRxRcsFileServices::readRcpFile Method
Syntax
C++
virtual OdPointCloudProjectDatabasePtr readRcpFile(const OdString& filePath) const = 0;
Parameters 
Description 
const OdString& filePath 
[in] Path to the .rcp file. 

The pointer to the OdPointCloudProjectDatabase object.

Creates a new point cloud project database object and populates it with the data from the corresponding point cloud project file (.rcp file) specified by its file path. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.