GeGbl.h
Parameters |
Description |
const OdGePoint3dArray& points |
[in] Array of 3D points. |
OdGePlane& plane |
[out] Receives the calculated plane. |
const OdGeTol& tol = OdGeContext::gTol |
[in] Geometric tolerance. |
bool validateCoplanar = true |
[in] Check whether curves/points are coplanar (set false only if curves/points are coplanar). |
Possible return values are as follows:
untitled table kOk kNonCoplanarGeometry kDegenerateGeometry kSingularPoint
Corresponding C++ library: TD_Ge
Returns the plane defined by the specified points.
Copyright © 2002–2022. Open Design Alliance. All rights reserved.
|