API Reference > OdDb Classes > OdDbGeoData Class > OdDbGeoData Methods > OdDbGeoData::setMeshPointMaps Method
OdDbGeoData::setMeshPointMaps Method
Syntax
C++
OdResult setMeshPointMaps(const OdGePoint2dArray& srcPts, const OdGePoint2dArray& dstPts);
Parameters 
Description 
const OdGePoint2dArray& srcPts 
[in] Array of design points.  
const OdGePoint2dArray& dstPts 
[in] Array of associated reference points. 

Replaces the object's transformation mesh point arrays. 

 

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