GeGbl.h
Parameters |
Description |
const OdGeCurve3d* const* curves |
[in] Array of 3D curves. |
OdUInt32 numCurves |
[in] Number of curves. |
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 complanar). |
Possible return values are as follows:
untitled table kOk kNonCoplanarGeometry kDegenerateGeometry kSingularPoint
Returns the plane defined by the specified points.
Supported curves are OdGeCircArc3d, OdGeEllipArc3d, OdGeNurbCurve3d, and OdGeLineSeg3d.
Corresponding C++ library: TD_Ge
Copyright © 2002–2022. Open Design Alliance. All rights reserved.
|