API Reference > FacetModeler Namespace > Classes > Contour3D Class > Contour3D Methods > Contour3D::getPoint3D Method
Contour3D::getPoint3D Method
Syntax
C++
Result getPoint3D(double dParam, OdGePoint3d& ptPoint3D) const;
Parameters 
Description 
double dParam 
[in] Point parameter.  
OdGePoint3d& ptPoint3D 
[in] Resulting point.  

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

Gets a 3D point at the specified parameter. 

 

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