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

Returns the object's transformation mesh points. 

 

The returned arrays are valid if they contain the same number of points and are not empty.

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