Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGePoint3d::set Method (const OdGePlanarEnt&, const OdGePoint2d&)
Syntax
C++
OdGePoint3d& set(const OdGePlanarEnt& plane, const OdGePoint2d& point);

Sets the parameters for this point according to the arguments 

 

Parameters
Description
plane
[in] Any plane.
point
[in] Any 2D point.

Returns a reference to this point. 

plane and pnt2d define a point as follows: 

p + uAxis * point.x + vAxis * point.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.