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

Returns the parameters of this plane. 

 

The U-axis and V-axis cannot be collinear, and are defined as follows 

uAxis=uPnt-origin vAxis=vPnt-origin

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