API Reference > OdGe Classes > OdGePlane Class > OdGePlane Methods > set Method > OdGePlane::set Method (OdGePoint3d&, OdGePoint3d&, OdGePoint3d&)
OdGePlane::set Method (OdGePoint3d&, OdGePoint3d&, OdGePoint3d&)
Syntax
C++
OdGePlane& 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] Origin of plane.  
const OdGePoint3d& vPnt 
[in] A point at the end of the V-axis. 

Reference to this plane.

Sets the parameters for this plane according to the arguments. 

 

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