API Reference > FacetModeler Namespace > Classes > Wrapper3D Class > Wrapper3D Methods > to3D Method > Wrapper3D::to3D Method (OdGePoint2d&, OdGePoint3d&)
Wrapper3D::to3D Method (OdGePoint2d&, OdGePoint3d&)
Syntax
C++
void to3D(const OdGePoint2d& rSource2D, OdGePoint3d& rDest3D) const;
Parameters 
Description 
const OdGePoint2d& rSource2D 
[in] 2D point to transform.  
OdGePoint3d& rDest3D 
[out] 3D resulting point. 

Transforms a point to the 3D coordinate system by applying a transformation matrix. 

 

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