Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeSurface::makeIsoparamCurve Method (bool, double)
Syntax
C++
OdGeCurve3d* makeIsoparamCurve(bool byU, double param) const;

Returns isoparametric curve for surface. 

 

Parameters
Description
byU
[in] true means: U = const, V - varying.
param
[in] Value of the const parameter.

Isoparametric curve as a pointer to OdGeCurve3d object.

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

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