API Reference > OdRx Classes > OdRxRcsFileServices Class > OdRxRcsFileServices Methods > OdRxRcsFileServices::getPointCloudConverter Method
OdRxRcsFileServices::getPointCloudConverter Method
Syntax
C++
virtual OdPointCloudConverterPtr getPointCloudConverter(OdPointCloudDataSourcePtr pDataSource, OdPointCloudConverterParamsPtr pParams = NULL) const = 0;
Parameters 
Description 
OdPointCloudDataSourcePtr pDataSource 
[in] Pointer to point cloud data source instance.  
OdPointCloudConverterParamsPtr pParams = NULL 
[in] Pointer to conversion parameters. 

The pointer to the OdPointCloudConverter object.

Creates a new point cloud converter with user implemented data source and with converter parameters to convert user point cloud data to .rcs file. 

 

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