Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdModelerGeometry::checkPathCurve Method
Syntax
C++
virtual OdResult checkPathCurve(OdDbEntity * pPathCurve, bool displayErrorMessages = false) = 0;

Checks whether a path curve is valid for the lofting operation. 

 

Parameters
Description
pPathCurve
[in] Pointer to the path curve (can be NULL).
displayErrorMessages
[in] Indicates whether error messages are displayed. Default value is false.

eOk if a path curve is valid or eInvalidInput otherwise.

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