Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbLoftOptions::checkGuideCurves Method
Syntax
C++
OdResult checkGuideCurves(OdDbEntityPtrArray& guideCurves, bool displayErrorMessages = false);

Checks whether guide curves are valid for the lofting operation. 

 

Parameters
Description
guideCurves
[in] A list of guide curves.
displayErrorMessages
[in] Indicates whether error messages are displayed. Default value is false.

Returns eOk if guide curves are valid or eInvalidInput otherwise.

The method is called by createLoftedSurface() and createLoftedSolid() methods, so it is not necessary to call the method separately().

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