GeGbl.h
Parameters |
Description |
const OdGeNurbCurve3d& nurb3d |
[in] Any 3D NURBS curve. |
OdGePlane& plane |
[in] Projection plane. |
OdGeNurbCurve2d& nurb2d |
[out] Receives the 2D NURBS curve. |
const OdGeTol& tol = OdGeContext::gTol |
[in] Geometric tolerance. Corresponding C++ library: TD_Ge |
Converts a 3D NURBS curve to a 2D NURBS curve by projecting it onto the specified plane.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|