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

Isoparametric curve as a pointer to OdGeCurve3d object.

Returns isoparametric curve for surface. 

 

Caller is responsible to delete the returned curve.

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