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

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.