Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbGeoData::addMeshPointMap Method
Syntax
C++
OdResult addMeshPointMap(OdInt32 index, const OdGePoint2d& srcPt, const OdGePoint2d& dstPt);

Inserts a new design/reference point association into the mesh. 

 

Parameters
Description
index
[in] Array index.
srcPt
[in] Source point.
dstPt
[in] Destination point.

The new point association is inserted before the array index parameter. If the index specification is invalid, the new point association is appended to the end of the mesh array.

Copyright © 2002-2022. Open Design Alliance All rights reserved.