GeGbl.h
Parameters |
Description |
const OdGePoint3dArray& points |
[in] Array of 3D points. |
OdGeVector3d* pNormal |
[out] Receives the normal to the calculated plane. |
const OdGeTol& tol = OdGeContext::gTol |
[in] Geometric tolerance. |
Possible return values are as follows:
untitled table kOk kNonCoplanarGeometry kDegenerateGeometry kSingularPoint
Corresponding C++ library: TD_Ge
Returns the normal to the plane defined by the specified points.
Copyright © 2002–2022. Open Design Alliance. All rights reserved.
|