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

eOk if the source object lies on the plane of this wrapper object, or erWarnPointNotOnThis otherwise.

Transforms a point from the 3D coordinate system to 2D by applying an inverse transformation matrix. 

 

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