API Reference > OdGe Classes > OdGePoint3d Class > OdGePoint3d Constructor > OdGePoint3d::OdGePoint3d Constructor (OdGePlanarEnt&, OdGePoint2d&)
OdGePoint3d::OdGePoint3d Constructor (OdGePlanarEnt&, OdGePoint2d&)
Syntax
C++
OdGePoint3d(const OdGePlanarEnt& plane, const OdGePoint2d& pnt2d);
Parameters 
Description 
const OdGePlanarEnt& plane 
[in] Any planar entity.  
const OdGePoint2d& pnt2d 
[in] 2D parameter in a plane's coordinates. 

Constructor for the OdGePoint3d class. 

 

Constructs a 3D point by the formula: 

p + uAxis * pnt2d.x + vAxis * pnt2d.y, 

where p, uAxis, and vAxis are returned by the function call plane.get (p, uAxis, vAxis);

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