Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbNurbSurface::getIsolineAtV Method
Syntax
C++
OdResult getIsolineAtV(double dV, OdDbCurvePtrArray& lineSegments) const;

Returns the isolines at a specified v value. The isolines are created in the u direction. If there are holes in the surface, there could be a number of isoline segments at a specified v value. 

 

Parameters
Description
dV
[in] v parameter.
lineSegments
[out] A passed-in parameter for returning the array of isoline segments.

Returns eOk if successful. If the surface doesn't contain any NURBS information, returns eFail.

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