Close

Relief for ODA Team in Ukraine

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

Returns isoparametric curve for surface. 

 

Parameters
Description
byU
[in] true means: U = const, V - varying.
param
[in] Value of the const parameter.
interval
[in] Interval of the desired curve (by varying parameter).

Isoparametric curve as a pointer to OdGeCurve3d object.

Caller is responsible to delete the returned curve.

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