Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeEllipArc3d::isInside Method
Syntax
C++
bool isInside(const OdGePoint3d& point, const OdGeTol& tol = OdGeContext::gTol) const;

Returns true if and only if the specified point lies within the full ellipse, and on the plane of the ellipse. 

 

Parameters
Description
point
[in] A 3D point to be tested whether it lies on the elliptical arc.
tol
[in] Geometric tolerance.

A boolean value that indicates whether a given point is inside the full ellipse.

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