Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGePlanarEnt::getCoefficients Method
Syntax
C++
void getCoefficients(double& a, double& b, double& c, double& d) const;

Returns the coefficients of the plane equation for this plane. 

 

Parameters
Description
a
[out] Receives the coefficient a.
b
[out] Receives the coefficient b.
c
[out] Receives the coefficient c.
d
[out] Receives the coefficient d.
Copyright © 2002-2022. Open Design Alliance All rights reserved.