API Reference > FacetModeler Namespace > Classes > Contour3D Class > Contour3D Methods > Contour3D::getPoint3DAt Method
Contour3D::getPoint3DAt Method
Syntax
C++
Result getPoint3DAt(OdUInt32 iIndex, OdGePoint3d& ptPoint3D) const;
Parameters 
Description 
OdUInt32 iIndex 
[in] Vertex index.  
OdGePoint3d& ptPoint3D 
[out] Resulting point.  

eOk if the point calculation succeeded, or a corresponding error type otherwise.

Gets a 3D point of the contour at the specified index. 

 

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