Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGePlanarEnt::get Method (OdGePoint3d&, OdGePoint3d&, OdGePoint3d&)
Syntax
C++
void get(OdGePoint3d& uPnt, OdGePoint3d& origin, OdGePoint3d& vPnt) const;

Returns the parameters of this plane. 

 

Parameters
Description
uPnt
[in] A point at the end of the U-axis.
origin
[in] The origin of this plane.
vPnt
[in] A point at the end of the V-axis.

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

 

uAxis=uPnt-origin vAxis=vPnt-origin
Copyright © 2002-2022. Open Design Alliance All rights reserved.