Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGePoint3d::OdGePoint3d Constructor (const OdGePlanarEnt&, const OdGePoint2d&)
Syntax
C++
OdGePoint3d(const OdGePlanarEnt& plane, const OdGePoint2d& pnt2d);

Constructor for the OdGePoint3d class. 

 

Parameters
Description
plane
[in] Any planar entity.
pnt2d
[in] 2D parameter in a plane's coordinates.

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-2022. Open Design Alliance All rights reserved.