API Reference > OdBr Classes > OdBrLoopEdgeTraverser Class > OdBrLoopEdgeTraverser Methods > OdBrLoopEdgeTraverser::getParamCurveAsNurb Method
OdBrLoopEdgeTraverser::getParamCurveAsNurb Method
Syntax
C++
OdBrErrorStatus getParamCurveAsNurb(OdGeNurbCurve2d& nurb) const;
Parameters 
Description 
OdGeNurbCurve2d& nurb 
[out] Receives the NURBS curve. 

Returns odbrOK if successful, or an appropriate error code if not.

Returns the underlying curve of the edge at the current Traverser position as a parametric OdGeNurbCurve2d object. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.