API Reference > OdDb Classes > OdDbGeoData Class > OdDbGeoData Methods > OdDbGeoData::getMeshPointMap Method
OdDbGeoData::getMeshPointMap Method
Syntax
C++
OdResult getMeshPointMap(OdInt32 index, OdGePoint2d& srcPt, OdGePoint2d& dstPt) const;
Parameters 
Description 
OdInt32 index 
[in] Number of the points to be fetched.  
OdGePoint2d& srcPt 
[out] Source point.  
OdGePoint2d& dstPt 
[out] Destination point. 

Returns the design points and the associated reference points in the object's transformation mesh. 

 

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