API Reference > OdGe Classes > OdGeNurbSurface Class > OdGeNurbSurface Methods > OdGeNurbSurface::computeVIsoLine Method
OdGeNurbSurface::computeVIsoLine Method
Syntax
C++
void computeVIsoLine(double V, OdGeNurbCurve3d& isoline) const;
Parameters 
Description 
double V 
[in] Value of V parameter for which an isoline is computed.  
OdGeNurbCurve3d& isoline 
[out] Receives the isoline for the specified value of V parameter. 

Computes and retrieves the isoline for the specified value of V parameter. 

 

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