Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeEllipArc3d::inverseTangentPlane Method
Syntax
C++
OdResult inverseTangentPlane(const OdGePlane& refPlane, OdGeDoubleArray& params) const;

Returns the parameters of the points (if any) on the elliptical arc, whose tangents are parallel to the specified reference plane. 

 

Parameters
Description
refPlane
[in] A reference plane.
params
[out] Receives the array of tangent point parameters.

The parameters are appended to the specified array. You may wish to initialize the params array with clear().

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