API Reference > OdGe Classes > OdGeBoundedPlane Class > OdGeBoundedPlane Methods > set Method > OdGeBoundedPlane::set Method (OdGePoint3d&, OdGePoint3d&, OdGePoint3d&)
OdGeBoundedPlane::set Method (OdGePoint3d&, OdGePoint3d&, OdGePoint3d&)
Syntax
C++
OdGeBoundedPlane& set(const OdGePoint3d& uPnt, const OdGePoint3d& origin, const OdGePoint3d& vPnt);
Parameters 
Description 
const OdGePoint3d& uPnt 
[in] A point at the end of the U-axis.  
const OdGePoint3d& origin 
[in] The origin of the bounded plane.  
const OdGePoint3d& vPnt 
[in] A point at the end of the V-axis. 

Returns a reference to this plane.

Sets parameters for this plane according to the arguments, and returns a reference to this plane. 

 

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