API Reference > OdGe Classes > OdGeSurface Class > OdGeSurface Methods > makeIsoparamCurve Method > OdGeSurface::makeIsoparamCurve Method (bool, double)
OdGeSurface::makeIsoparamCurve Method (bool, double)
Syntax
C++
OdGeCurve3d* makeIsoparamCurve(bool byU, double param) const;
Parameters 
Description 
bool byU 
[in] true means: U = const, V - varying.  
double param 
[in] Value of the const parameter. 

Isoparametric curve as a pointer to OdGeCurve3d object.

Returns isoparametric curve for surface. 

 

Caller is responsible to delete the returned curve. Surface envelope is used to define curve interval.

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