Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
OdBmHermiteSurf::set Method (const OdUInt32, const OdUInt32, const OdGePoint3dArray&, const double)
Syntax
C++
OdResult set(const OdUInt32 iUPoints, const OdUInt32 iVPoints, const OdGePoint3dArray& arrPoints, const double dTolerance = 1e-6);

Sets the Hermite surface parameters using fit points. 

 

Parameters
Description
iUPoints
[in] Number of points in U direction.
iVPoints
[in] Number of points in V direction.
arrPoints
[in] Array of fit points. Size of points must be iUPoints * iVPoints.
dTolerance
[in] Tolerance.

Returns eOk if successful or an appropriate error code in the other case.

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