Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSweepOptions::checkPathCurve Method
Syntax
C++
OdResult checkPathCurve(OdDbEntity * pPathEnt, bool displayErrorMessages = false);

Determines if the passed-in path curve is valid. 

 

Parameters
Description
pPathEnt
[in] A pointer to the path curve.
displayErrorMessages
[in] Indicates whether error messages are displayed. Default value is false.

Returns eOk if curve is valid or eInvalidInput otherwise.

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