API Reference > OdGe Classes > OdGePlane Class > OdGePlane Methods > set Method > OdGePlane::set Method (OdGePoint3d&, OdGeVector3d&, OdGeVector3d&)
OdGePlane::set Method (OdGePoint3d&, OdGeVector3d&, OdGeVector3d&)
Syntax
C++
OdGePlane& set(const OdGePoint3d& origin, const OdGeVector3d& uAxis, const OdGeVector3d& vAxis);
Parameters 
Description 
const OdGePoint3d& origin 
[in] Origin of plane.  
const OdGeVector3d& uAxis 
[in] The U-axis.  
const OdGeVector3d& vAxis 
[in] 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.