API Reference > OdGe Classes > OdGePlanarEnt Class > OdGePlanarEnt Methods > OdGePlanarEnt::getCoefficients Method
OdGePlanarEnt::getCoefficients Method
Syntax
C++
void getCoefficients(double& a, double& b, double& c, double& d) const;
Parameters 
Description 
double& a 
[out] Receives the coefficient a.  
double& b 
[out] Receives the coefficient b.  
double& c 
[out] Receives the coefficient c.  
double& d 
[out] Receives the coefficient d. 

Returns the coefficients of the plane equation for this plane. 

 

The plane equation for this plane is as follows 

a * x + b * y + c * z + d = 0

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