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.
|