API Reference > OdGe Classes > OdGePoint3d Class > OdGePoint3d Methods > convert2d Method > OdGePoint3d::convert2d Method (OdGePlanarEnt&)
OdGePoint3d::convert2d Method (OdGePlanarEnt&)
Syntax
C++
OdGePoint2d convert2d(const OdGePlanarEnt& plane) const;
Parameters 
Description 
const OdGePlanarEnt& plane 
[in] A plane on which this point lies. 

Returns the 2D point with the coordinates corresponding to the decomposition of the vector * this - p in the basis uAxis, vAxis of the planar entity, where p, uAxis, and vAxis can be found by the function call plane.get(p, uAxis, vAxis). 

 

This 3D point is assumed to be on the specified plane.

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