Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeCurve3d::isPlanar Method
Syntax
C++
bool isPlanar(OdGePlane& plane, const OdGeTol& tol = OdGeContext::gTol) const;

Returns true if and only if this curve is planar, and returns the plane of this curve. 

 

Parameters
Description
plane
[out] Receives the plane of this curve.
tol
[in] Geometric tolerance.

Lines are considered to be planar; the returned plane is an arbitrary plane containing the line.

Copyright © 2002-2022. Open Design Alliance All rights reserved.