Parameters |
Description |
const OdGePlanarEnt& plane |
[in] Any plane. |
const OdGePoint2d& point |
[in] Any 2D point. |
Sets the parameters for this point according to the arguments
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–2020. Open Design Alliance. All rights reserved.
|