Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
geNurb3dTo2d Function
Syntax
C++
GE_TOOLKIT_EXPORT bool geNurb3dTo2d(const OdGeNurbCurve3d& nurb3d, OdGePlane& plane, OdGeNurbCurve2d& nurb2d, const OdGeTol& tol = OdGeContext::gTol);

Converts a 3D NURBS curve to a 2D NURBS curve by projecting it onto the specified plane. 

 

Parameters
Description
nurb3d
[in] Any 3D NURBS curve.
plane
[in] Projection plane.
nurb2d
[out] Receives the 2D NURBS curve.
tol
[in] Geometric tolerance.
Corresponding C++ library: TD_Ge

File: GeGbl.h 

Module: API Reference 

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